From c1bb10f58dc2216e4fdbb7cadbb363578ba9b26d Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 7 Aug 2017 23:30:35 +0200 Subject: [PATCH] Fix language in migration guide --- Migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Migration.md b/Migration.md index 4a95564..da81a06 100644 --- a/Migration.md +++ b/Migration.md @@ -19,7 +19,7 @@ $ composer update delight-im/auth * The database schema has changed. - * The MySQL database schema has changed. Use the statement below to update your database: + * The MySQL database schema has changed. Use the statements below to update your database: ```sql ALTER TABLE users @@ -51,7 +51,7 @@ $ composer update delight-im/auth ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; ``` - * The SQLite database schema has changed. Use the statement below to update your database: + * The SQLite database schema has changed. Use the statements below to update your database: ```sql ALTER TABLE users