Integrate Daily Notification Plugin #214

Open
anomalist wants to merge 21 commits from integrate-notification-plugin into master
Showing only changes of commit 5def44c349 - Show all commits

View File

@@ -199,6 +199,14 @@ const MIGRATIONS = [
ALTER TABLE settings ADD COLUMN lastAckedStarredPlanChangesJwtId TEXT;
`,
},
{
name: "006_add_nativeNotificationSettings_to_settings",
sql: `
ALTER TABLE settings ADD COLUMN nativeNotificationTime TEXT;
ALTER TABLE settings ADD COLUMN nativeNotificationTitle TEXT;
ALTER TABLE settings ADD COLUMN nativeNotificationMessage TEXT;
`,
},
];
/**