ability to delete mock sync groups

This commit is contained in:
2026-02-10 18:05:30 -07:00
parent 0944703d2a
commit 95ef64ce18
15 changed files with 963 additions and 13 deletions
@@ -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;