mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-06 08:07:27 +02:00
Re-format 'Migration.md'
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Migration
|
# 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:
|
* 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
|
```sql
|
||||||
|
Reference in New Issue
Block a user