move to monorepo dir
This commit is contained in:
4
apps/labrinth/migrations/20200928033759_edit-states.sql
Normal file
4
apps/labrinth/migrations/20200928033759_edit-states.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE states
|
||||
|
||||
ADD COLUMN expires timestamptz NOT NULL DEFAULT CURRENT_TIMESTAMP + interval '1 hour';
|
||||
Reference in New Issue
Block a user