Files
chat/internal
user 0b132cfbf4 fix: replace conflicting migration 003 with no-op
Migration 003 tried to recreate tables (users, channel_members, messages)
with INTEGER IDs, conflicting with 002_schema.sql which already defines
them with TEXT UUIDs. This caused all tests to fail.
2026-02-20 03:31:02 -08:00
..