diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-10 19:33:21 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-10 19:33:21 +0100 |
commit | e69391d4f309f6268440632585bbddf3a2a5bd60 (patch) | |
tree | 9e0faa4a92f06dbd8c228ba80752ea5f4d89dd17 /migrations/setup.sql | |
parent | d36c48b3251b9da483f06318ecaa14b9a4fa7118 (diff) |
First introduction of migrations using golang-migrate
Diffstat (limited to 'migrations/setup.sql')
-rw-r--r-- | migrations/setup.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/migrations/setup.sql b/migrations/setup.sql deleted file mode 100644 index 3d95044..0000000 --- a/migrations/setup.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* should be added manually at this point */ -CREATE DATABASE dbasik; -\c dbasik - -CREATE ROLE 'dbasik' WITH LOGIN PASSWORD 'dbasik'; -CREATE EXTENSION IF NOT EXISTS citext; |