aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-30 10:06:39 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-31 11:55:01 +0100
commit95332cc3c0b482ffa483d21f3941e661145f2f3f (patch)
tree4875f189e06e26d97d3a37318880acd5d75e8963 /db
parentf78e85e8ddf6b254c95514548b1367b4981aff9e (diff)
use correct field names, fixes #5129
Closes #5129 Merge request studip/studip!3881
Diffstat (limited to 'db')
-rw-r--r--db/migrations/5.4.6_tree_changes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/migrations/5.4.6_tree_changes.php b/db/migrations/5.4.6_tree_changes.php
index e71be6e..03a0ea3 100644
--- a/db/migrations/5.4.6_tree_changes.php
+++ b/db/migrations/5.4.6_tree_changes.php
@@ -4,8 +4,8 @@ final class TreeChanges extends Migration
{
const FIELDS = [
- 'RANGE_TREE_PERM',
- 'SEM_TREE_PERM'
+ 'RANGE_TREE_ADMIN_PERM',
+ 'SEM_TREE_ADMIN_PERM'
];
public function description()