summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/helpers/user_installer.php')
-rw-r--r--modules/user/helpers/user_installer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php
index 77d10899..ed54a182 100644
--- a/modules/user/helpers/user_installer.php
+++ b/modules/user/helpers/user_installer.php
@@ -41,6 +41,8 @@ class user_installer {
`name` varchar(255) NOT NULL,
`display_name` char(255) NOT NULL,
`password` varchar(128) NOT NULL,
+ `login_count` int(10) unsigned NOT NULL DEFAULT 0,
+ `last_login` int(10) unsigned NOT NULL DEFAULT 0,
`email` varchar(255) default NULL,
PRIMARY KEY (`id`),
UNIQUE KEY(`display_name`))