fix(migrations): rename ai-chat-runs migration to post-merge timestamp

20260627T130000-ai-chat-runs sorted before the already-executed
20260702T120000-ai-chat-page-snapshot, so Kysely's strict ordering
check ("corrupted migrations") crash-looped the server on startup.

- rename 20260627T130000-ai-chat-runs.ts -> 20260704T130000-ai-chat-runs.ts
- update the mirror comment in database/types/db.d.ts
This commit is contained in:
2026-07-05 00:59:01 +03:00
parent f665f6fdd2
commit e89ac627dd
2 changed files with 1 additions and 1 deletions