Files
anomalyco_opencode/packages/opencode/test
Dax Raad a48a5a3462 core: migrate from custom JSON storage to standard Drizzle migrations to improve database reliability and performance
This replaces the previous manual JSON file system with standard Drizzle migrations, enabling:
- Proper database schema migrations with timestamp-based versioning
- Batched migration for faster migration of large datasets
- Better data integrity with proper table schemas instead of JSON blobs
- Easier database upgrades and rollback capabilities

Migration changes:
- Todo table now uses individual columns with composite PK instead of JSON blob
- Share table removes unused download share data
- Session diff table moved from database table to file storage
- All migrations now use proper Drizzle format with per-folder layout

Users will see a one-time migration on next run that migrates existing JSON data to the new SQLite database.
2026-01-27 12:36:05 -05:00
..
2026-01-21 05:37:18 +00:00
2026-01-01 17:54:11 -05:00
2025-11-08 01:59:02 +00:00
2025-11-06 13:03:12 -05:00
2026-01-24 11:50:25 -05:00
2026-01-24 11:50:25 -05:00
2026-01-24 23:42:12 -05:00
2025-09-09 23:44:04 -04:00
2025-12-11 19:20:23 +01:00
2026-01-25 20:18:36 -05:00