Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade pg snapshot during v3 upgrade if needed (#9837)
### What? Upgrade PG snapshot if needed during v3 migration ### Why? I'm unable to run the v3 migration as my PG snapshot is on version 5 instead the required 7 ### How? Copy code from typical migrations to upgrade PG snapshot as needed: https://github.com/payloadcms/payload/blob/main/packages/drizzle/src/postgres/createMigration.ts#L64 Co-authored-by: Jayce Pulsipher <jpulsipher@nav.com>
- Loading branch information