forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: add changed details for plans with recent changes (not all are accurate yet)
This commit is contained in:
@@ -128,6 +128,7 @@ const MIGRATIONS = [
|
||||
name: "003_add_starredProjectIds_to_settings",
|
||||
sql: `
|
||||
ALTER TABLE settings ADD COLUMN starredProjectIds TEXT;
|
||||
ALTER TABLE settings ADD COLUMN lastAckedStarredProjectChangesJwtId TEXT;
|
||||
`,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user