1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 15:47:25 +02:00

Re-format 'Migration.md'

This commit is contained in:
Marco
2016-07-21 17:36:32 +02:00
parent 1f8df61168
commit ad2c338f6a

View File

@@ -1,6 +1,7 @@
# Migration
* `v1.x.x` to `v2.x.x`
## From `v1.x.x` to `v2.x.x`
* The MySQL schema has been changed from charset `utf8` to charset `utf8mb4` and from collation `utf8_general_ci` to collation `utf8mb4_unicode_ci`. Use the statements below to update the database schema:
```sql