mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Opps forgot to dump DB when remember_me_token was added causing remember_me on new installs to fail
This commit is contained in:
3
db.sql
3
db.sql
@@ -1632,6 +1632,7 @@ DROP TABLE IF EXISTS `user_settings`;
|
||||
CREATE TABLE `user_settings` (
|
||||
`user_id` int(11) NOT NULL,
|
||||
`user_role` int(11) NOT NULL,
|
||||
`user_config_remember_me_token` varchar(255) DEFAULT NULL,
|
||||
`user_config_force_mfa` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`user_config_records_per_page` int(11) NOT NULL DEFAULT 10,
|
||||
PRIMARY KEY (`user_id`)
|
||||
@@ -1746,4 +1747,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2023-11-06 14:51:28
|
||||
-- Dump completed on 2023-12-01 11:52:50
|
||||
|
||||
Reference in New Issue
Block a user