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-30 10:06:39 +0000
commite880d4022d62ceeabbedaf4731d72f014ecbf198 (patch)
tree59ea87e19940ca05213aa1b6e37d4191a162fd36 /db
parentafe9169b25d952258d8e14bdfe11add83616d1b7 (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()