summaryrefslogtreecommitdiff
path: root/sql/schemas/schemas.sql
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-07-18 21:18:18 -0600
committerckonstanski <kostcarl@isu.edu>2026-07-18 21:18:18 -0600
commit08e435104c42751689553537b1f20ffb14b8dfcc (patch)
treef83d8db1a02d4be448ab044d28fda7411470bd7c /sql/schemas/schemas.sql
initial commit
Diffstat (limited to 'sql/schemas/schemas.sql')
-rw-r--r--sql/schemas/schemas.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/schemas/schemas.sql b/sql/schemas/schemas.sql
new file mode 100644
index 0000000..c2108a9
--- /dev/null
+++ b/sql/schemas/schemas.sql
@@ -0,0 +1,6 @@
+-- set search_path = auth,general,contact,public;
+
+create schema auth;
+create schema general;
+create schema contact;
+create schema resume;