fix: clear default app config variables from database

This commit is contained in:
Elias Schneider
2025-06-01 20:46:31 +02:00
parent c24a5546a5
commit decf8ec70b
5 changed files with 4 additions and 5 deletions

View File

@@ -0,0 +1 @@
-- No rollback is needed for this migration.

View File

@@ -0,0 +1 @@
DELETE FROM app_config_variables WHERE value = '';