Renamed field to password_changed_at and type INT #102

This commit is contained in:
Lorenzo Milesi
2018-02-06 19:04:27 +01:00
parent c004a7c4c1
commit 4583f147ff
3 changed files with 8 additions and 8 deletions

View File

@ -73,7 +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,
`password_changed_at` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `user_unique_email` (`email`),