aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-30 07:58:18 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-30 07:58:18 +0100
commited6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf (patch)
tree231f1b6ee875012f8d2c05cc8238f1f2380d1c72 /database.sql
parent8e07525dfb47cfb8bf04d51ebcde51c83b8d41ca (diff)
parentf632a4a53ac5da48c5ed6ee08f05c4d847029698 (diff)
downloadvolse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.tar.gz
volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.tar.bz2
volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.zip
Merge branch 'master' of git://github.com/friendika/friendika
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 bb151da27..4a8350f84 100644
--- a/database.sql
+++ b/database.sql
@@ -87,6 +87,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
`pending` tinyint(1) NOT NULL DEFAULT '1',
`rating` tinyint(1) NOT NULL DEFAULT '0',
`reason` text NOT NULL,
+ `info` MEDIUMTEXT NOT NULL AFTER `reason`,
`profile-id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),