mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-03 14:47:30 +02:00
Describe required changes to MySQL schema in migration guide
This commit is contained in:
@@ -35,6 +35,9 @@ $ composer update delight-im/auth
|
|||||||
|
|
||||||
ALTER TABLE users_confirmations
|
ALTER TABLE users_confirmations
|
||||||
CHANGE COLUMN user_id user_id INT(10) UNSIGNED NOT NULL;
|
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:
|
* The SQLite database schema has changed. Use the statement below to update your database:
|
||||||
|
Reference in New Issue
Block a user