1
0
Fork 0

set intro::duplex deprecated because of no usage

This commit is contained in:
Philipp Holzer 2021-10-21 21:48:23 +02:00
commit f5786a8f4f
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 5 additions and 18 deletions

View 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 '',