From 1a2d7b124c7d3536b731c072de8c6e23d50ada51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 23 Dec 2016 10:38:21 +0100 Subject: [PATCH] Update migration-guide.md --- docs/migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 37c16c67aa..804de73ec7 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -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 cavat. +If you don't 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`