aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorFinn Schneider <schneider@data-quest.de>2026-02-16 17:42:52 +0100
committerFinn Schneider <schneider@data-quest.de>2026-03-13 17:25:01 +0000
commita46ce9d59b84e4e870d2387a804e0e33299dccfe (patch)
tree3e5ba7ad6b4f2e2c8ece7fe251007202f0f81033 /db
parentd32614728ada63e96e0b958b555cdba0699b8732 (diff)
switch studygroup_mode active
Diffstat (limited to 'db')
-rw-r--r--db/migrations/6.3.1_central_evaluations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/6.3.1_central_evaluations.php b/db/migrations/6.3.1_central_evaluations.php
index 87e591d..0a2adee 100644
--- a/db/migrations/6.3.1_central_evaluations.php
+++ b/db/migrations/6.3.1_central_evaluations.php
@@ -96,7 +96,7 @@ class CentralEvaluations extends Migration
$json = json_decode($row['modules'], true);
//evaluations are always sticky - either they are always active or always inactive
$json['CoreEvaluation'] = [
- 'activated' => $row['studygroup_mode'] ? 1 : 0,
+ 'activated' => $row['studygroup_mode'] ? 0 : 1,
'sticky' => 1
];