From 2734934c3c21e46c22a967a9a69713d418269e55 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sat, 23 Jun 2018 18:08:16 -0400 Subject: [Jams/Teams] De-associate delete teams from jams --- pysite/migrations/tables/code_jam_teams/v1.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pysite/migrations/tables/code_jam_teams') diff --git a/pysite/migrations/tables/code_jam_teams/v1.py b/pysite/migrations/tables/code_jam_teams/v1.py index 563a146b..165d3100 100644 --- a/pysite/migrations/tables/code_jam_teams/v1.py +++ b/pysite/migrations/tables/code_jam_teams/v1.py @@ -10,3 +10,4 @@ def run(db, table, table_obj): if document["id"] in jam["teams"]: document["jam"] = jam["number"] db.insert(table, document, conflict="update", durability="soft") + db.sync(table) -- cgit v1.2.3