Fixed downgrade for strings.url_updater config key

This commit is contained in:
2024-05-30 12:51:47 +02:00
parent e1a7b6309e
commit f6731d5734

View File

@@ -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)