RootCauseunvalidated
Drizzle uses `meta/_journal.json` as the authoritative migration ledger, keyed on `idx` — It runs migrations by journal entry, not by scanning the filesystem. Tension: Two files with the same `idx` is an impossible state from `drizzle-kit generate`, but can occur when migrations are authored or merged manually. Outcome: two branches both generate migration index 16.
5c3fe94a-7c09-44e1-9260-5261b7f7d6f7
Drizzle uses meta/_journal.json as the authoritative migration ledger, keyed on idx — It runs migrations by journal entry, not by scanning the filesystem. Tension: Two files with the same idx is an impossible state from drizzle-kit generate, but can occur when migrations are authored or merged manually. Outcome: two branches both generate migration index 16.