Description
Desktop 1.18.17 dies on launch while loading sessions. The sidecar returns 500 from Project.migrateProjectId:
Error: no such column: project_id
Some builds replaced the workspace table with a provider/binding schema and dropped project_id. Current dev still remaps project IDs with UPDATE workspace SET project_id = ..., which fails and takes the renderer down.
Plugins
No response
OpenCode version
1.18.17
Steps to reproduce
- Have an OpenCode DB whose
workspace table has provider/binding and no project_id (after a build that ran the workspace-domain migration).
- Open Desktop 1.18.17 / current
dev.
- Session load returns 500 and the app shows a fatal renderer error.
Screenshot and/or share link
No response
Operating System
macOS
Terminal
Desktop app
Description
Desktop 1.18.17 dies on launch while loading sessions. The sidecar returns 500 from
Project.migrateProjectId:Some builds replaced the
workspacetable with a provider/binding schema and droppedproject_id. Currentdevstill remaps project IDs withUPDATE workspace SET project_id = ..., which fails and takes the renderer down.Plugins
No response
OpenCode version
1.18.17
Steps to reproduce
workspacetable hasprovider/bindingand noproject_id(after a build that ran the workspace-domain migration).dev.Screenshot and/or share link
No response
Operating System
macOS
Terminal
Desktop app