save "create sync group" table in database

This commit is contained in:
2026-01-11 05:19:20 -07:00
parent a7c8fe4d64
commit 889aead6b6
28 changed files with 1396 additions and 408 deletions
@@ -0,0 +1,4 @@
DROP TABLE sync_group_listing_drafts;
DROP TABLE sync_group_listings;
DROP TABLE sync_groups;
DROP TYPE platform;