aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-24 17:10:44 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-24 17:10:44 +0200
commit51ca7c03bf7f2131c101e6b8addb9aa92ab9de8f (patch)
treefc2543440aefd462cb8a0c9d3b9269e65a58308c /db
parent090163ecefd11c105ae9b289a9c5350b1a11aed4 (diff)
enable autosave by default, re #5345
Diffstat (limited to 'db')
-rw-r--r--db/migrations/6.0.49_user_config_for_wiki_autosave.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/6.0.49_user_config_for_wiki_autosave.php b/db/migrations/6.0.49_user_config_for_wiki_autosave.php
index 43e66c1..0ce870f 100644
--- a/db/migrations/6.0.49_user_config_for_wiki_autosave.php
+++ b/db/migrations/6.0.49_user_config_for_wiki_autosave.php
@@ -13,7 +13,7 @@ final class UserConfigForWikiAutosave extends Migration
`mkdate`, `chdate`,
`description`
) VALUES (
- 'WIKI_ENABLE_AUTOSAVE', '0', 'boolean', 'user', 'wiki',
+ 'WIKI_ENABLE_AUTOSAVE', '1', 'boolean', 'user', 'wiki',
UNIX_TIMESTAMP(), UNIX_TIMESTAMP(),
'Aktiviert das automatische Speichern im Wiki'
)";