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:
Hyungi Ahn
2026-04-10 08:52:26 +09:00
parent 06443947bf
commit 1beba3402b
2 changed files with 5 additions and 12 deletions

View File

@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS idx_ask_events_created ON ask_events(created_at)