aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-01 18:02:08 -0700
committerFriendika <info@friendika.com>2011-09-01 18:02:08 -0700
commita33edb00424882258a90b138c634a466c92faf61 (patch)
tree6dc44fa99d818c5a7d5f641f53cd3393a2f61a2c /database.sql
parentef1b99aa44031662187be878485be14edf35b42b (diff)
downloadvolse-hubzilla-a33edb00424882258a90b138c634a466c92faf61.tar.gz
volse-hubzilla-a33edb00424882258a90b138c634a466c92faf61.tar.bz2
volse-hubzilla-a33edb00424882258a90b138c634a466c92faf61.zip
infrastructure for personalised @ tags (no UI/settings form yet), allow own comments through statusnet connector
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 9819914f7..432ce7693 100644
--- a/database.sql
+++ b/database.sql
@@ -58,6 +58,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
`network` char(255) NOT NULL,
`name` char(255) NOT NULL,
`nick` char(255) NOT NULL,
+ `attag` char(255) NOT NULL,
`photo` text NOT NULL,
`thumb` text NOT NULL,
`micro` text NOT NULL,