Expand calendar event icon options

This commit is contained in:
Rafael Foster
2026-04-27 22:22:30 -03:00
parent 33e4afc009
commit b4d74f239b
5 changed files with 137 additions and 27 deletions
+3
View File
@@ -327,6 +327,9 @@ const MIGRATIONS_SQL = {
14: `
ALTER TABLE calendar_events ADD COLUMN icon TEXT NOT NULL DEFAULT 'calendar';
`,
15: `
UPDATE calendar_events SET icon = 'drill' WHERE icon = 'tooth';
`,
};
export { MIGRATIONS_SQL };