aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/web_migrate.php
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 /app/controllers/web_migrate.php
parenteddc17064d610dbcf372739dd5c5fd2caa788048 (diff)
always validate schema version
Diffstat (limited to 'app/controllers/web_migrate.php')
-rw-r--r--app/controllers/web_migrate.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/web_migrate.php b/app/controllers/web_migrate.php
index af22959..2637578 100644
--- a/app/controllers/web_migrate.php
+++ b/app/controllers/web_migrate.php
@@ -17,8 +17,6 @@ class WebMigrateController extends StudipController
parent::before_filter($action, $args);
- DBSchemaVersion::validateSchemaVersion();
-
$this->target = Request::int('target');
$this->branch = Request::get('branch', '0');
$this->version = new DBSchemaVersion('studip', $this->branch);