Skip to content

Commit

Permalink
Add note to UPGRADE-1.12 file about default order by for all entities
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jan 12, 2023
1 parent b64a984 commit 3dbecb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE-1.12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# UPGRADE FROM `v1.12.X` TO `v1.12.2`

1. All entities and their relationships have a default order by identifier if no order is specified. You can disable
this behavior by setting the `sylius_core.order_by_identifier` parameter to `false`:
```yaml
sylius_core:
order_by_identifier: false
```
# UPGRADE FROM `v1.11.X` TO `v1.12.0`

## Main update
Expand Down

0 comments on commit 3dbecb7

Please sign in to comment.