Add base app
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE IF NOT EXISTS events (
|
||||
id BIGSERIAL PRIMARY KEY
|
||||
);
|
1
cibus_bin/db/migrations/20220808233152_something.sql
Normal file
1
cibus_bin/db/migrations/20220808233152_something.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add migration script here
|
Reference in New Issue
Block a user