Skip to content
Snippets Groups Projects
Commit c7bdb6a0 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

corrected migration number for StEP 3745, re #3745

Merge request studip/studip!3355
parent 98e521ee
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,9 @@ class AddPreventRootFolderUploadByStudentsInCoursesConfig extends Migration ...@@ -20,6 +20,9 @@ class AddPreventRootFolderUploadByStudentsInCoursesConfig extends Migration
UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), UNIX_TIMESTAMP(),
'Studierende können im Dateibereich einer Veranstaltung auf der Ebene des Hauptordners keine Dateien hochladen.')" 'Studierende können im Dateibereich einer Veranstaltung auf der Ebene des Hauptordners keine Dateien hochladen.')"
); );
//This migration initially had the number 5.9.1 when it went into the main branch.
//To fix this error, the migration branch must be deleted:
DBManager::get()->exec("DELETE FROM `schema_version` WHERE `branch` = '5.9'");
} }
protected function down() protected function down()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment