## Description fixes #6630 # BREAKING CHANGES This only applies to you if you using db-postgres and have created the `v2-v3-relationships` migration released in [v3.0.0-beta.39](https://github.com/payloadcms/payload/releases/tag/v3.0.0-beta.39) from @payloadcms/db-postgres <= v3.0.0-beta.40. ### Steps to fix - Delete the existing v2-v3-relationships migration file. - If changes were made to your config since the previous migration was made, you will need to revert those by checking out a previous commit in your version control. - Recreate the migration using `payload migrate:create --file @payloadcms/db-postgres/relationships-v2-v3` to make the migration with the snapshot .json file.