Compare commits
1 Commits
profitroll
...
f6731d5734
Author | SHA1 | Date | |
---|---|---|---|
f6731d5734
|
@@ -13,4 +13,4 @@ class Migration(BaseMigration):
|
|||||||
|
|
||||||
def downgrade(self):
|
def downgrade(self):
|
||||||
sync.config_delete("update_checker", missing_ok=True)
|
sync.config_delete("update_checker", missing_ok=True)
|
||||||
sync.config_delete("url_updater", "strings")
|
sync.config_delete("url_updater", "strings", missing_ok=True)
|
||||||
|
Reference in New Issue
Block a user