set intro::duplex deprecated because of no usage
This commit is contained in:
parent
d67b676ce5
commit
f5786a8f4f
7 changed files with 5 additions and 18 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue