mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
No need to define run_before_app_restore for migration 0020, let's avoid some confusing/misleading message
This commit is contained in:
parent
27c4b33065
commit
229d0ab5cb
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue