Stripped out ui/api
This commit is contained in:
1
migrations/000009_create_bestiary/down.sql
Normal file
1
migrations/000009_create_bestiary/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE bestiary;
|
||||
3
migrations/000009_create_bestiary/up.sql
Normal file
3
migrations/000009_create_bestiary/up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE IF NOT EXISTS bestiary (
|
||||
id INTEGER GENERATED ALWAYS AS IDENTITY
|
||||
);
|
||||
Reference in New Issue
Block a user