Skip to content

Release v1.1.1

Choose a tag to compare

@kriss145 kriss145 released this 16 Jun 15:08
· 39 commits to main since this release
9bd3745

1.1.1

Patch Changes

  • d7d2235: Disable Postgres schema auto-push (push: false). Schema changes now go exclusively through migrations (payload migrate:create + payload migrate), so running yarn dev can no longer sync schema directly into a remote/production database. After this change a fresh database must be migrated before the app can run.

What's Changed

Other Changes

Full Changelog: v1.1.0...v1.1.1