1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-02 14:17:26 +02:00

Describe required changes to MySQL schema in migration guide

This commit is contained in:
Marco
2017-08-07 19:26:25 +02:00
parent d86d7ffd25
commit 2839743c46

View File

@@ -35,6 +35,9 @@ $ composer update delight-im/auth
ALTER TABLE users_confirmations
CHANGE COLUMN user_id user_id INT(10) UNSIGNED NOT NULL;
ALTER TABLE users_confirmations
ADD INDEX user_id (user_id ASC);
```
* The SQLite database schema has changed. Use the statement below to update your database: