move to monorepo dir
This commit is contained in:
4
apps/labrinth/migrations/20200928020509_states.sql
Normal file
4
apps/labrinth/migrations/20200928020509_states.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE states (
|
||||
id bigint PRIMARY KEY,
|
||||
url varchar(500)
|
||||
);
|
||||
Reference in New Issue
Block a user