Skip to content

chore(deps): update dependency utopia-php/query to v0.6.1 - #1922

Open
renovate-appwrite[bot] wants to merge 1 commit into
mainfrom
renovate/utopia-php-query-0.x-lockfile
Open

renovate-appwrite[bot] wants to merge 1 commit into
mainfrom
renovate/utopia-php-query-0.x-lockfile

Conversation

@renovate-appwrite

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
utopia-php/query 0.6.00.6.1 age confidence

Release Notes

utopia-php/query (utopia-php/query)

v0.6.1

Compare Source

Added
  • PostgreSQL::alterColumnNullable() — emits ALTER COLUMN … SET NOT NULL / DROP NOT NULL.

Postgres carries NOT NULL through an ALTER COLUMN … TYPE, so a column that moves between required and optional keeps its old constraint. MySQL resets nullability as part of MODIFY COLUMN, so only Postgres needs the constraint altered on its own — there was previously no way to express that through the builder.

Full changelog: utopia-php/query@0.6.0...0.6.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@renovate-appwrite renovate-appwrite Bot added the dependencies Pull requests that update a dependency file label Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants