aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-14 15:17:27 -0800
committerFriendika <info@friendika.com>2010-11-14 15:17:27 -0800
commiteae34f323b85d4126c81eda679d1350d171fd8da (patch)
tree651b53e1057f87301ad49330bfca0b15c027328e /database.sql
parent0851669b39db770e62374551c9394f0f3a652314 (diff)
downloadvolse-hubzilla-eae34f323b85d4126c81eda679d1350d171fd8da.tar.gz
volse-hubzilla-eae34f323b85d4126c81eda679d1350d171fd8da.tar.bz2
volse-hubzilla-eae34f323b85d4126c81eda679d1350d171fd8da.zip
add openid slot to db
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index ced7573f3..ffea60c49 100644
--- a/database.sql
+++ b/database.sql
@@ -351,6 +351,7 @@ CREATE TABLE IF NOT EXISTS `user` (
`password` char(255) NOT NULL,
`nickname` char(255) NOT NULL,
`email` char(255) NOT NULL,
+ `openid` char(255) NOT NULL,
`timezone` char(128) NOT NULL,
`default-location` char(255) NOT NULL,
`allow_location` tinyint(1) NOT NULL DEFAULT '0',