diff options
author | Friendika <info@friendika.com> | 2011-07-18 18:13:46 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-18 18:13:46 -0700 |
commit | c0b8e63a3fe600326e0f18c03207ba9fd30c8126 (patch) | |
tree | a3eb8d1f518066101b881738d5f678c4d3a01d46 /database.sql | |
parent | 25b4aacf3b53d4f82f7dc817bb1e022b2a61c1a3 (diff) | |
download | volse-hubzilla-c0b8e63a3fe600326e0f18c03207ba9fd30c8126.tar.gz volse-hubzilla-c0b8e63a3fe600326e0f18c03207ba9fd30c8126.tar.bz2 volse-hubzilla-c0b8e63a3fe600326e0f18c03207ba9fd30c8126.zip |
basic diaspora discovery
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql index 8ea3e42de..50697845a 100644 --- a/database.sql +++ b/database.sql @@ -379,6 +379,7 @@ CREATE TABLE IF NOT EXISTS `session` ( CREATE TABLE IF NOT EXISTS `user` ( `uid` int(11) NOT NULL AUTO_INCREMENT, + `guid` char(16) NOT NULL, `username` char(255) NOT NULL, `password` char(255) NOT NULL, `nickname` char(255) NOT NULL, |