re #74 remove assetfree package

This commit is contained in:
Antonio Ramirez
2017-09-22 17:30:06 +02:00
parent 52a2ff56e1
commit e56455d0e9
5 changed files with 15 additions and 3 deletions

View File

@ -69,6 +69,8 @@ CREATE TABLE `user` (
`blocked_at` int(11) DEFAULT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`auth_tf_key` varchar(16) DEFAULT NULL,
`auth_tf_enabled` tinyint(1) DEFAULT '0',
`flags` int(11) NOT NULL DEFAULT '0',
`last_login_at` int(11) DEFAULT NULL,