aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
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);