When running the v2-v3 migration you might receive prompts for renaming columns. Since we start a transaction before, you might end up with a fail if you don't answer within your transaction session period timeout. This moves the `getTransaction` call after prompts were answered, since we don't have a reason to start it earlier.
Payload Drizzle Adapter
The Drizzle package is used by db-postgres and db-sqlite for shared functionality of SQL databases. It is not meant to be used directly in Payload projects.