opencode/packages
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
..
app perf(app): performance improvements 2026-01-26 06:08:09 -06:00
console core: migrate from custom JSON storage to standard Drizzle migrations to improve database reliability and performance 2026-01-27 12:36:05 -05:00
desktop chore: details 2026-01-26 06:24:47 -06:00
docs fix(web): favicon rename again 2026-01-21 14:36:21 -06:00
enterprise release: v1.1.36 2026-01-25 17:29:26 +00:00
extensions/zed release: v1.1.36 2026-01-25 17:29:26 +00:00
function release: v1.1.36 2026-01-25 17:29:26 +00:00
identity chore: identity cleanup, vscode ext images 2025-12-08 06:47:57 -06:00
opencode core: migrate from custom JSON storage to standard Drizzle migrations to improve database reliability and performance 2026-01-27 12:36:05 -05:00
plugin ignore: rm spoof and bump plugin version 2026-01-25 17:27:24 -05:00
script chore(opencode): Use Bun.semver instead of node-semver (#9773) 2026-01-20 23:37:33 -06:00
sdk wip(app): provider settings 2026-01-25 20:40:00 -06:00
slack release: v1.1.36 2026-01-25 17:29:26 +00:00
ui fix(ui): tab click hit area 2026-01-25 20:32:59 -06:00
util release: v1.1.36 2026-01-25 17:29:26 +00:00
web docs: add warning about Claude Pro/Max subscription support (#10595) 2026-01-25 22:28:01 -05:00