diff options
Diffstat (limited to 'cli')
| -rwxr-xr-x | cli/migrate.php | 2 |
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); |
