Expand calendar event icon options
This commit is contained in:
@@ -741,6 +741,13 @@ const MIGRATIONS = [
|
||||
ALTER TABLE calendar_events ADD COLUMN icon TEXT NOT NULL DEFAULT 'calendar';
|
||||
`,
|
||||
},
|
||||
{
|
||||
version: 22,
|
||||
description: 'Normalize calendar dentist icon',
|
||||
up: `
|
||||
UPDATE calendar_events SET icon = 'drill' WHERE icon = 'tooth';
|
||||
`,
|
||||
},
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user