Files
chat/internal
clawbot 88af2ea98f
Some checks failed
check / check (push) Failing after 1m18s
fix: repair migration 003 schema conflict and rewrite tests (refs #17)
Migration 003 created tables with INTEGER keys referencing TEXT primary
keys from migration 002, causing 'no such column' errors. Fix by
properly dropping old tables before recreating with the integer schema.

Rewrite all tests to use the queries.go API (which matches the live
schema) instead of the model-based API (which expected the old UUID
schema).
2026-02-26 06:28:07 -08:00
..