Refine family settings and calendar dentist icon

This commit is contained in:
Rafael Foster
2026-04-28 20:28:50 -03:00
parent 7b85db9b07
commit 69897666fb
22 changed files with 182 additions and 80 deletions
+7
View File
@@ -768,6 +768,13 @@ const MIGRATIONS = [
);
`,
},
{
version: 24,
description: 'Use tooth icon for dentist calendar events',
up: `
UPDATE calendar_events SET icon = 'tooth' WHERE icon = 'drill';
`,
},
];
/**