aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/migrations/001-initial.sql
diff options
context:
space:
mode:
Diffstat (limited to 'postgrest/migrations/001-initial.sql')
-rw-r--r--postgrest/migrations/001-initial.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/postgrest/migrations/001-initial.sql b/postgrest/migrations/001-initial.sql
new file mode 100644
index 0000000..be41377
--- /dev/null
+++ b/postgrest/migrations/001-initial.sql
@@ -0,0 +1 @@
+create schema api;