aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2021-08-31 10:15:50 +0200
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2021-09-01 15:12:48 +0200
commitcc13fcc341bcade1a33f7d86dc7c5478762711e7 (patch)
treed2ecb31c217279260f352981acd9e0242c36b613 /cli
parenteddc17064d610dbcf372739dd5c5fd2caa788048 (diff)
always validate schema version
Diffstat (limited to 'cli')
-rwxr-xr-xcli/migrate.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/migrate.php b/cli/migrate.php
index 0fe6bc3..618132a 100755
--- a/cli/migrate.php
+++ b/cli/migrate.php
@@ -53,8 +53,6 @@ if (isset($_SERVER['argv'])) {
}
}
- DBSchemaVersion::validateSchemaVersion();
-
$version = new DBSchemaVersion($domain, $branch);
$migrator = new Migrator($path, $version, $verbose);