Refactored into service directory
This commit is contained in:
1
service/migrations/000003_create_feats/down.sql
Normal file
1
service/migrations/000003_create_feats/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE feats;
|
||||
3
service/migrations/000003_create_feats/up.sql
Normal file
3
service/migrations/000003_create_feats/up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE IF NOT EXISTS feats (
|
||||
id INTEGER GENERATED ALWAYS AS IDENTITY
|
||||
);
|
||||
Reference in New Issue
Block a user