Forgot to adapt this also..

This commit is contained in:
Alexandre Aubin 2018-02-05 15:23:42 +01:00
parent c266147fd9
commit c8b1d7e2c3

View file

@ -859,7 +859,9 @@ def tools_migrations_migrate(target=None, skip=False, auto=False):
break
else: # if skip
logger.warn(m18n.n('migrations_skip_migration', **migration))
logger.warn(m18n.n('migrations_skip_migration',
number=migration.number,
name=migration.name))
# update the state to include the latest run migration
state["last_run_migration"] = {