diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-08 08:24:24 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-08 08:24:24 +0100 |
commit | d6b8e8c6a98fb05c9f38f2c323502eb452c031ff (patch) | |
tree | 6f682f0a10839404514364e447becf9c7b75cccd /database.sql | |
parent | 1a60291222c0ebb1e0d181cc1d597e9218c2621b (diff) | |
parent | 618adb15937843db854a6cc8e7888dad3e81e8a4 (diff) | |
download | volse-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.sql | 2 |
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`), |