Fix tests

This commit is contained in:
Lorenzo Milesi
2018-01-31 15:05:15 +01:00
parent 9605f4fa6c
commit c004a7c4c1

View File

@ -73,6 +73,7 @@ CREATE TABLE `user` (
`auth_tf_enabled` tinyint(1) DEFAULT '0',
`flags` int(11) NOT NULL DEFAULT '0',
`last_login_at` int(11) DEFAULT NULL,
`last_password_change` timestamp,
PRIMARY KEY (`id`),
UNIQUE KEY `user_unique_email` (`email`),