Release v1.1.1
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 runningyarn devcan 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