Problemunvalidated

the very first token after splitting on `;` is `BEGIN` — When a migration is wrapped in `BEGIN; ... COMMIT;`. Outcome: the whole migration is then classified as non-replayable, and baseline()'s drift-detection branch throws.

d8cd7201-7ef4-46ad-9c8d-6519f295cf58

the very first token after splitting on ; is BEGIN — When a migration is wrapped in BEGIN; ... COMMIT;. Outcome: the whole migration is then classified as non-replayable, and baseline()'s drift-detection branch throws.