Skip to content
Snippets Groups Projects

Resolve "[Data checks] Run data checks before migrations"

Merged Jonathan Weth requested to merge 955-data-checks-run-data-checks-before-migrations into master
Files
8
@@ -11,7 +11,7 @@ def forwards_func(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("core", "0056_rename_customevent_personalevent"),
("core", "0057_drop_otp_yubikey"),
("dynamic_preferences", "0006_auto_20191001_2236")
]
Loading