diff --git a/debian/scrutiny.init b/debian/scrutiny.init index 62473be..0701120 100644 --- a/debian/scrutiny.init +++ b/debian/scrutiny.init @@ -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" }