]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Replace own VoidLogger with PSR-Standard NullLogger()
[friendica.git] / database.sql
index 43986e850e1b5eaee0ac018533b91f4d746c3da4..fcbcbb3941855e8bded0f03c7b6f500f20364232 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2021.12-dev (Siberian Iris)
--- DB_UPDATE_VERSION 1441
+-- DB_UPDATE_VERSION 1442
 -- ------------------------------------------
 
 
@@ -715,7 +715,7 @@ CREATE TABLE IF NOT EXISTS `intro` (
        `contact-id` int unsigned NOT NULL DEFAULT 0 COMMENT '',
        `suggest-cid` int unsigned COMMENT 'Suggested contact',
        `knowyou` boolean NOT NULL DEFAULT '0' COMMENT '',
-       `duplex` boolean NOT NULL DEFAULT '0' COMMENT '',
+       `duplex` boolean NOT NULL DEFAULT '0' COMMENT 'deprecated',
        `note` text COMMENT '',
        `hash` varchar(255) NOT NULL DEFAULT '' COMMENT '',
        `datetime` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',