move to monorepo dir
This commit is contained in:
5
apps/labrinth/migrations/20201109200208_edit-teams.sql
Normal file
5
apps/labrinth/migrations/20201109200208_edit-teams.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE team_members
|
||||
ADD COLUMN permissions bigint default 0 NOT NULL;
|
||||
ALTER TABLE team_members
|
||||
ADD COLUMN accepted boolean default false NOT NULL;
|
||||
Reference in New Issue
Block a user