]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Create config keys if they not exists on set.
[friendica.git] / database.sql
index bd36bdb70c406d3ed3eab91bd0608c53419f6f7a..b186c0c0aa405de1a4a9c5f930ad328738eac33b 100644 (file)
@@ -504,7 +504,6 @@ CREATE TABLE IF NOT EXISTS `item` (
        `pubmail` boolean NOT NULL DEFAULT '0' COMMENT '',
        `moderated` boolean NOT NULL DEFAULT '0' COMMENT '',
        `visible` boolean NOT NULL DEFAULT '0' COMMENT '',
-       `spam` boolean NOT NULL DEFAULT '0' COMMENT '',
        `starred` boolean NOT NULL DEFAULT '0' COMMENT 'item has been favourited',
        `bookmark` boolean NOT NULL DEFAULT '0' COMMENT 'item has been bookmarked',
        `unseen` boolean NOT NULL DEFAULT '1' COMMENT 'item has not been seen',
@@ -976,7 +975,6 @@ CREATE TABLE IF NOT EXISTS `thread` (
        `pubmail` boolean NOT NULL DEFAULT '0' COMMENT '',
        `moderated` boolean NOT NULL DEFAULT '0' COMMENT '',
        `visible` boolean NOT NULL DEFAULT '0' COMMENT '',
-       `spam` boolean NOT NULL DEFAULT '0' COMMENT '',
        `starred` boolean NOT NULL DEFAULT '0' COMMENT '',
        `ignored` boolean NOT NULL DEFAULT '0' COMMENT '',
        `bookmark` boolean NOT NULL DEFAULT '0' COMMENT '',