Skip to content

Release/v1.1.1#5

Merged
kriss145 merged 2 commits into
mainfrom
release/v1.1.1
Jun 16, 2026
Merged

Release/v1.1.1#5
kriss145 merged 2 commits into
mainfrom
release/v1.1.1

Conversation

@kriss145

Copy link
Copy Markdown
Contributor

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.

kriss145 added 2 commits June 16, 2026 16:53
Schema changes now go exclusively through migrations (migrate:create + migrate).
This prevents `yarn dev` from pushing schema directly into a remote/production
database, which previously bypassed the migration ledger.
@kriss145 kriss145 merged commit 9bd3745 into main Jun 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant