ability to delete mock sync groups
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
BEGIN;
|
||||
|
||||
|
||||
CREATE TABLE mock.sync_group_drafts (
|
||||
account_id INTEGER PRIMARY KEY REFERENCES mock.accounts,
|
||||
sync_group_id INTEGER REFERENCES mock.sync_groups
|
||||
);
|
||||
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user