1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-11 03:26:20 +02:00

Fix language in migration guide

This commit is contained in:
Marco
2017-08-07 23:30:35 +02:00
parent 4fd37f079b
commit c1bb10f58d

View File

@ -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