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
+3
View File
@@ -346,6 +346,9 @@ const MIGRATIONS_SQL = {
SELECT 1 FROM contacts WHERE contacts.family_user_id = users.id
);
`,
17: `
UPDATE calendar_events SET icon = 'tooth' WHERE icon = 'drill';
`,
};
export { MIGRATIONS_SQL };