Move preferences from the database to a YAML config file
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
1
migrations/20260726160000_drop_preferences/down.sql
Normal file
1
migrations/20260726160000_drop_preferences/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Preferences live in config.yaml; the table is not recreated.
|
||||
1
migrations/20260726160000_drop_preferences/up.sql
Normal file
1
migrations/20260726160000_drop_preferences/up.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE preferences;
|
||||
Reference in New Issue
Block a user