gsxdsm
856cd44f30
fix(core): bump SCHEMA_VERSION to 48 so v48 migration actually runs
...
migrate() short-circuits via 'if (version >= SCHEMA_VERSION) return',
so my prior commit's v48 block (adding tasks.verificationFailureCount)
never executed against existing v47 databases. App startup then failed
with 'no such column: verificationFailureCount' on first task SELECT.
Bumping the constant to 48 lets the migration body run on next init.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-26 21:14:53 -07:00
..
2026-04-19 01:03:36 -07:00
2026-04-26 21:09:28 -07:00
2026-04-08 13:31:07 -07:00
2026-04-19 10:13:34 -07:00
2026-04-23 23:02:36 -07:00
2026-04-08 01:39:15 -07:00
2026-04-25 17:24:03 -07:00
2026-04-26 18:45:14 -07:00
2026-04-26 14:43:03 -07:00
2026-04-19 20:48:14 -07:00
2026-04-09 15:14:19 -07:00
2026-04-26 18:45:14 -07:00
2026-04-26 18:45:14 -07:00
2026-04-15 16:32:16 -07:00
2026-04-23 23:02:37 -07:00
2026-03-25 18:32:10 -04:00
2026-04-16 04:34:49 -07:00
2026-04-26 15:25:06 -07:00
2026-04-24 08:55:02 -07:00
2026-04-18 00:44:27 -07:00
2026-04-24 08:55:02 -07:00
2026-04-24 12:14:56 -07:00
2026-04-26 21:14:53 -07:00
2026-04-23 23:02:36 -07:00
2026-04-23 23:02:35 -07:00
2026-04-23 23:02:36 -07:00
2026-04-21 20:12:00 -07:00
2026-04-26 14:43:03 -07:00
2026-04-23 23:02:35 -07:00
2026-04-15 16:18:50 -07:00
2026-04-24 08:54:25 -07:00
2026-04-19 20:48:13 -07:00
2026-04-19 20:48:14 -07:00
2026-04-17 10:03:46 -07:00
2026-04-26 02:15:54 -07:00
2026-04-23 23:02:36 -07:00
2026-04-23 23:02:35 -07:00
2026-04-23 23:02:34 -07:00
2026-04-24 00:20:41 -07:00
2026-04-17 14:09:37 -07:00
2026-04-18 12:21:14 -07:00
2026-04-08 14:58:34 -07:00
2026-04-25 15:25:08 -07:00
2026-04-24 08:54:25 -07:00
2026-04-26 18:45:14 -07:00
2026-04-22 13:01:25 -07:00
2026-04-24 08:54:25 -07:00
2026-04-26 12:10:21 -07:00
2026-04-19 20:48:13 -07:00
2026-04-15 17:06:36 -07:00
2026-04-13 08:57:48 -07:00
2026-04-23 23:02:36 -07:00
2026-04-13 08:57:48 -07:00
2026-04-26 18:45:14 -07:00
2026-04-16 23:07:40 -07:00
2026-04-17 12:13:39 -07:00
2026-04-23 23:02:35 -07:00
2026-04-26 18:11:09 -07:00
2026-04-26 15:25:06 -07:00
2026-04-26 21:09:28 -07:00
2026-04-08 11:21:18 -07:00
2026-04-16 04:53:09 -07:00
2026-04-24 08:54:25 -07:00
2026-04-25 21:43:38 -07:00
2026-04-26 21:09:28 -07:00