aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-26 05:42:32 -0700
committerFriendika <info@friendika.com>2011-06-26 05:42:32 -0700
commit22e89220889759256b48323ee1a66257e2121ef7 (patch)
tree0e7940e9f16444fbc608c3f0f35586205c3568e6 /database.sql
parentc9604ef57839e16839e69aa23a21ed8921409343 (diff)
downloadvolse-hubzilla-22e89220889759256b48323ee1a66257e2121ef7.tar.gz
volse-hubzilla-22e89220889759256b48323ee1a66257e2121ef7.tar.bz2
volse-hubzilla-22e89220889759256b48323ee1a66257e2121ef7.zip
friend suggest structures, cont.
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 b99796d83..7b70cfc64 100644
--- a/database.sql
+++ b/database.sql
@@ -514,6 +514,8 @@ CREATE TABLE IF NOT EXISTS `fcontact` (
CREATE TABLE IF NOT EXISTS `ffinder` (
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
+`type` CHAR( 16 ) NOT NULL,
+`note` TEXT NOT NULL,
`uid` INT UNSIGNED NOT NULL ,
`cid` INT UNSIGNED NOT NULL ,
`fid` INT UNSIGNED NOT NULL