Prisma migrate diff: one config-path change the repo's own checks missed.
In a measured replay of five real Prisma commits from repo history, the same SQLite migrate diff checks passed in standard CI every time. DriftFence produced no signal on four commits, then flagged one datasource-path change on the final commit.
With approved config-path behavior fixed in Git, DriftFence would have surfaced this change before merge while the repo's own checks still passed.