mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update src/yunohost/data_migrations/0010_migrate_to_apps_json.py
Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
parent
005ccea610
commit
b22ad09e63
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class MyMigration(Migration):
|
|||
|
||||
def migrate(self):
|
||||
|
||||
logger.info("This is migration is oudated and doesn't do anything anymore. The migration 12 will handle this instead.")
|
||||
logger.info("This migration is oudated and doesn't do anything anymore. The migration 12 will handle this instead.")
|
||||
pass
|
||||
|
||||
def backward(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue