]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Replace own VoidLogger with PSR-Standard NullLogger()
[friendica.git] / database.sql
index 178c3fed6fd4aefe6bd5c622b8f52bd4272294cd..fcbcbb3941855e8bded0f03c7b6f500f20364232 100644 (file)
@@ -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 '',