aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-16 16:35:45 -0800
committerFriendika <info@friendika.com>2010-12-16 16:35:45 -0800
commitf60f82727f96c033aaff9f5b5f0767c722e25f28 (patch)
tree9ad52de5515064ac7b8ad12b7c07a408803b4784 /database.sql
parentdf2e79dcaf28810e31d4bdc48bdb76e12f70e817 (diff)
downloadvolse-hubzilla-f60f82727f96c033aaff9f5b5f0767c722e25f28.tar.gz
volse-hubzilla-f60f82727f96c033aaff9f5b5f0767c722e25f28.tar.bz2
volse-hubzilla-f60f82727f96c033aaff9f5b5f0767c722e25f28.zip
register/login timestamps
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 148a8d0d8..dab7c179d 100644
--- a/database.sql
+++ b/database.sql
@@ -357,6 +357,8 @@ CREATE TABLE IF NOT EXISTS `user` (
`email` char(255) NOT NULL,
`openid` char(255) NOT NULL,
`timezone` char(128) NOT NULL,
+ `register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`default-location` char(255) NOT NULL,
`allow_location` tinyint(1) NOT NULL DEFAULT '0',
`theme` char(255) NOT NULL,