1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

Update migration-guide.md

typo
This commit is contained in:
Ivar Conradi Østhus 2016-12-28 14:01:15 +01:00
parent e1d3dd57ae
commit f2c36ed9c7

View File

@ -9,7 +9,7 @@ you need to make sure that all previous migrations for version 1 exists, so unle
does not try to create tables that already exists.
#### How to check?
If you don't a "migrations" table with _7 unique migrations_ you are affected by this.
If you don't have a "migrations" table with _7 unique migrations_ you are affected by this.
#### How to fix?
Before starting unleash version 2 you have to run the SQL located under `scripts/fix-migrations-version-1.sql`