Compare commits

..

11 Commits

View File

@ -13,4 +13,4 @@ class Migration(BaseMigration):
def downgrade(self):
sync.config_delete("update_checker", missing_ok=True)
sync.config_delete("url_updater", "strings")
sync.config_delete("url_updater", "strings", missing_ok=True)