debian: fix migrate call (it's not multitenant)

This commit is contained in:
Frédéric Péters 2015-11-18 15:46:06 +01:00
parent cf1701c3be
commit c8599493e5
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ do_reload() {
}
do_migrate() {
log_action_msg "Applying migrations (migrate_schemas).."
su $USER -s /bin/sh -p -c "$MANAGE_SCRIPT migrate_schemas"
log_action_msg "Applying migrations (migrate).."
su $USER -s /bin/sh -p -c "$MANAGE_SCRIPT migrate"
log_action_msg "done"
}