Refine family settings and calendar dentist icon
This commit is contained in:
@@ -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';
|
||||
`,
|
||||
},
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user