diff options
author | Friendika <info@friendika.com> | 2011-06-21 18:03:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-21 18:03:54 -0700 |
commit | a51fc14e69c626aa683db4d5e45a7ff6106752a7 (patch) | |
tree | 75146e7acf078c39a9d78b857c242e8f95d2c7da /database.sql | |
parent | e6086e23634939b3354c6b6db59d596c6e2d7ca4 (diff) | |
download | volse-hubzilla-a51fc14e69c626aa683db4d5e45a7ff6106752a7.tar.gz volse-hubzilla-a51fc14e69c626aa683db4d5e45a7ff6106752a7.tar.bz2 volse-hubzilla-a51fc14e69c626aa683db4d5e45a7ff6106752a7.zip |
structures for friend suggestions
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 e248b6b3d..284ab0afc 100644 --- a/database.sql +++ b/database.sql @@ -139,6 +139,7 @@ CREATE TABLE IF NOT EXISTS `group_member` ( CREATE TABLE IF NOT EXISTS `intro` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `uid` int(10) unsigned NOT NULL, + `fid` int(11) NOT NULL DEFAULT '0', `contact-id` int(11) NOT NULL, `knowyou` tinyint(1) NOT NULL, `duplex` tinyint(1) NOT NULL DEFAULT '0', |