]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / database.sql
index bb151da27cc4f46d1edb5faed759470bcc731f23..4a8350f84fdf8bf6e30d495e9bcab61b4d5386a0 100644 (file)
@@ -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`),