diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-30 07:58:18 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-30 07:58:18 +0100 |
commit | ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf (patch) | |
tree | 231f1b6ee875012f8d2c05cc8238f1f2380d1c72 /database.sql | |
parent | 8e07525dfb47cfb8bf04d51ebcde51c83b8d41ca (diff) | |
parent | f632a4a53ac5da48c5ed6ee08f05c4d847029698 (diff) | |
download | volse-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.sql | 1 |
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`), |