init push
This commit is contained in:
5
backend/store/pg/migration/000026_add_sync.up.sql
Normal file
5
backend/store/pg/migration/000026_add_sync.up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE auth_groups ADD COLUMN IF NOT EXISTS sync_id text NOT NULL DEFAULT '';
|
||||
ALTER TABLE auth_groups ADD COLUMN IF NOT EXISTS sync_parent_id text NOT NULL DEFAULT '';
|
||||
ALTER TABLE auth_groups ADD COLUMN IF NOT EXISTS source_type text NOT NULL DEFAULT '';
|
||||
ALTER TABLE auth_groups DROP CONSTRAINT IF EXISTS auth_groups_name_key;
|
||||
|
||||
Reference in New Issue
Block a user