[Error] Failed to initialize internal database: SQLite error: table cas_cache already exists in
CREATE TABLE cas_cache (
hash TEXT PRIMARY KEY NOT NULL,
messages TEXT NOT NULL,
cached_at INTEGER NOT NULL
);
at offset 18
What I did:
- code with opencode
- commit and reset hard
- switch branch and create a new branch
- code with opencode again
[Error] Failed to initialize internal database: SQLite error: table cas_cache already exists in
CREATE TABLE cas_cache (
hash TEXT PRIMARY KEY NOT NULL,
messages TEXT NOT NULL,
cached_at INTEGER NOT NULL
);
at offset 18
What I did: