Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Commits
c7bdb6a0
Commit
c7bdb6a0
authored
6 months ago
by
Moritz Strohm
Committed by
Jan-Hendrik Willms
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/migrations/6.0.14_add_prevent_root_folder_upload_by_students_in_courses_config.php
+3
-0
3 additions, 0 deletions
...vent_root_folder_upload_by_students_in_courses_config.php
with
3 additions
and
0 deletions
db/migrations/
5.9
.1_add_prevent_root_folder_upload_by_students_in_courses_config.php
→
db/migrations/
6.0
.1
4
_add_prevent_root_folder_upload_by_students_in_courses_config.php
+
3
−
0
View file @
c7bdb6a0
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment