init push
This commit is contained in:
3
backend/store/pg/migration/000026_add_sync.down.sql
Normal file
3
backend/store/pg/migration/000026_add_sync.down.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE auth_groups DROP COLUMN IF EXISTS sync_id;
|
||||
ALTER TABLE auth_groups DROP COLUMN IF EXISTS sync_parent_id;
|
||||
ALTER TABLE auth_groups DROP COLUMN IF EXISTS source_type;
|
||||
Reference in New Issue
Block a user