No need to define run_before_app_restore for migration 0020, let's avoid some confusing/misleading message

This commit is contained in:
Alexandre Aubin 2021-04-17 02:35:41 +02:00
parent 27c4b33065
commit 229d0ab5cb

View file

@ -63,7 +63,3 @@ class MyMigration(Migration):
def run_after_system_restore(self):
self.run()
def run_before_app_restore(self, app_id):
# Nothing to do during app backup restore for this migration
pass