-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gggeek
committed
Nov 20, 2016
1 parent
9da854f
commit daad045
Showing
4 changed files
with
181 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Upgrade instructions for upgrading from version 1.x to 2.0 | ||
========================================================== | ||
|
||
1. Make sure you read carefully all the BC notes in the [release notes](WHATSNEW.md) | ||
|
||
2. Nothing else is required, unless you have one of the following: | ||
|
||
- migrations definitions generated using extension versions 1.x or 2.x, yet to be applied | ||
- code which extends the migration bundle code/apis | ||
|
||
For both cases, the fix is to apply manual changes to your code/migrations. |
Oops, something went wrong.