Commit 1193c0f8 authored by skummer's avatar skummer

ZP-308 #comment always force execution of migration script #time 10m


git-svn-id: https://z-push.org/svn/z-push/trunk@1636 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent c2ae9f59
...@@ -81,7 +81,7 @@ try { ...@@ -81,7 +81,7 @@ try {
$migrate = new StateMigrator20xto210(); $migrate = new StateMigrator20xto210();
if (!$migrate->MigrationNecessary()) if (!$migrate->MigrationNecessary())
die("No migration necessary. Aborting!\n"); echo "Migration script was run before and eventually no migration is necessary. Rerunning checks\n");
$migrate->DoMigration(); $migrate->DoMigration();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment