aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-08 08:24:24 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-08 08:24:24 +0100
commitd6b8e8c6a98fb05c9f38f2c323502eb452c031ff (patch)
tree6f682f0a10839404514364e447becf9c7b75cccd /database.sql
parent1a60291222c0ebb1e0d181cc1d597e9218c2621b (diff)
parent618adb15937843db854a6cc8e7888dad3e81e8a4 (diff)
downloadvolse-hubzilla-d6b8e8c6a98fb05c9f38f2c323502eb452c031ff.tar.gz
volse-hubzilla-d6b8e8c6a98fb05c9f38f2c323502eb452c031ff.tar.bz2
volse-hubzilla-d6b8e8c6a98fb05c9f38f2c323502eb452c031ff.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/database.sql
index 4a8350f84..61cd95e72 100644
--- a/database.sql
+++ b/database.sql
@@ -87,7 +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`,
+ `info` mediumtext NOT NULL,
`profile-id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),