1
1
Fork 0

basic diaspora discovery

This commit is contained in:
Friendika 2011-07-18 18:13:46 -07:00
commit c0b8e63a3f
7 changed files with 60 additions and 4 deletions

View file

@ -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,