(Feat): Initial Commit
This commit is contained in:
9
migrations/20200428064802-create-user-scope-enum.sql
Normal file
9
migrations/20200428064802-create-user-scope-enum.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- +migrate Up
|
||||
CREATE TYPE user_scope AS ENUM (
|
||||
'app',
|
||||
'cms'
|
||||
);
|
||||
|
||||
-- +migrate Down
|
||||
DROP TYPE IF EXISTS user_scope;
|
||||
|
||||
Reference in New Issue
Block a user