chore: add migration for new timespan type

This commit is contained in:
Elias Schneider
2025-01-02 18:05:24 +01:00
parent 2c555eaf9f
commit 0c62485833

View File

@@ -0,0 +1 @@
UPDATE Config SET `value` = `value` || ' hours' WHERE name = "maxExpiration" OR name = "sessionDuration";