]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #12532 from annando/warning
[friendica.git] / database.sql
index 8c24dd4eb65d560a7b8f0eda3f0c268805a6ad4a..7eb756cf2a3df73aa5140d9cba7c98e18251c7b8 100644 (file)
@@ -1678,6 +1678,7 @@ CREATE TABLE IF NOT EXISTS `report` (
        `cid` int unsigned NOT NULL COMMENT 'Reported contact',
        `comment` text COMMENT 'Report',
        `category` varchar(20) COMMENT 'Category of the report (spam, violation, other)',
+       `rules` text COMMENT 'Violated rules',
        `forward` boolean COMMENT 'Forward the report to the remote server',
        `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
        `status` tinyint unsigned COMMENT 'Status of the report',