Do all migration files get executed in single transaction?
Lets say I generated a couple migration files due to making a few changes. When the migrations run via drizzle-kit migrate, will both of the files run in a single transaction, or could 1 file run > commit > then the second file fail?
This is for Neon, if that matters.
0 Replies