fix(migration): split 102 ask_events into single-statement files
asyncpg cannot insert multiple commands into a prepared statement. 102 = CREATE TABLE only, 103 = CREATE INDEX only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
1
migrations/103_ask_events_indexes.sql
Normal file
1
migrations/103_ask_events_indexes.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_ask_events_created ON ask_events(created_at)
|
||||
Reference in New Issue
Block a user