aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-06-26 21:18:12 +0200
committerDavid Siegfried <david.siegfried@uni-vechta.de>2025-06-26 19:18:12 +0000
commit9316f06c683734b415099a7acf95b7f2a2a701a6 (patch)
tree8b5354ebe8a714284da4ac3b2129b0e45acb2ea9 /db
parent152783ee8c77cb809b62f85363b9c82e53a46aec (diff)
unify text strings that are very very similar, fixes #5669
Closes #5669 Merge request studip/studip!4294
Diffstat (limited to 'db')
-rw-r--r--db/migrations/6.0.25_step_4253.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/6.0.25_step_4253.php b/db/migrations/6.0.25_step_4253.php
index 582b49a..0a89f14 100644
--- a/db/migrations/6.0.25_step_4253.php
+++ b/db/migrations/6.0.25_step_4253.php
@@ -20,7 +20,7 @@ return new class extends Migration {
'global',
UNIX_TIMESTAMP(),
UNIX_TIMESTAMP(),
- 'Schaltet die Möglichkeit zum Erfassen der tatsächlichen Teilnehmendenanzahl pro Termin ein.'
+ 'Schaltet die Möglichkeit zum Erfassen der tatsächlichen Teilnehmendenzahl pro Termin ein.'
)"
);
$db->exec("ALTER TABLE `termine` ADD `number_of_participants` SMALLINT NULL DEFAULT NULL");