Skip to content

Commit

Permalink
Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar Obradović committed Apr 9, 2020
1 parent 4752129 commit 7eeb932
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Upgrade
Here you will find upgrade steps between major releases.
Here you will find upgrade steps between releases.

## From 2.x to 3.x
## From 3.0 to 3.1

### SQL schema changes

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:

* New `userIdentifier` index on the `oauth2_access_token` table

## From 2.x to 3.0

### Console command changes

Expand Down

0 comments on commit 7eeb932

Please sign in to comment.