]> git.mxchange.org Git - friendica.git/commitdiff
New field "manually-improved"
authorMichael <heluecht@pirati.ca>
Wed, 2 Sep 2020 03:06:44 +0000 (03:06 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 2 Sep 2020 03:06:44 +0000 (03:06 +0000)
database.sql

index f149425e60c8e262be262866978392135096fc34..c691ed67a680ec36d9c6394c5c1a5d58b4416da7 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2020.09-dev (Red Hot Poker)
--- DB_UPDATE_VERSION 1365
+-- DB_UPDATE_VERSION 1366
 -- ------------------------------------------
 
 
@@ -98,6 +98,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
        `forum` boolean NOT NULL DEFAULT '0' COMMENT 'contact is a forum',
        `prv` boolean NOT NULL DEFAULT '0' COMMENT 'contact is a private group',
        `contact-type` tinyint NOT NULL DEFAULT 0 COMMENT '',
+       `manually-approve` boolean COMMENT '',
        `hidden` boolean NOT NULL DEFAULT '0' COMMENT '',
        `archive` boolean NOT NULL DEFAULT '0' COMMENT '',
        `pending` boolean NOT NULL DEFAULT '1' COMMENT '',