Skip to content

Commit

Permalink
Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pauletich committed Oct 26, 2020
1 parent 5324da8 commit 58735f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Upgrade
Here you will find upgrade steps between releases.

## From 3.1.0 to 3.2.0

The bundle makes modifications to the existing schema. You will need to run the Doctrine schema update process to sync the changes:

```sh
bin/console doctrine:schema:update
```

The schema changes include:

* Added on delete `CASCADE` on authorization code entity client association


## From 3.1.0 to 3.1.1

The bundle makes modifications to the existing schema. You will need to run the Doctrine schema update process to sync the changes:
Expand Down

0 comments on commit 58735f8

Please sign in to comment.