mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
Allow negative contact.contat-type
https://github.com/friendica/friendica/issues/3328
This commit is contained in:
parent
0d2bf557de
commit
b8e4094e7b
2 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`writable` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`forum` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`prv` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`contact-type` int(11) unsigned NOT NULL DEFAULT 0,
|
||||
`contact-type` int(11) NOT NULL DEFAULT 0,
|
||||
`hidden` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`archive` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`pending` tinyint(1) NOT NULL DEFAULT 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue