cc-dashboard/alembic
Vadym Samoilenko 95fef1fe64 fix: migration 0005 — use postgresql.UUID for ai_flags/assistant_messages FK columns
String(36) cannot reference UUID column users.id in PostgreSQL.
Replace with postgresql.UUID(as_uuid=False) to match existing pattern in 0003.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 19:15:54 +01:00
..
versions fix: migration 0005 — use postgresql.UUID for ai_flags/assistant_messages FK columns 2026-05-06 19:15:54 +01:00
alembic.ini Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
env.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00