diff --git a/tests/_data/schema.sql b/tests/_data/schema.sql index a700996..0c25fa7 100644 --- a/tests/_data/schema.sql +++ b/tests/_data/schema.sql @@ -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`),