mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
private group tests, cont.
This commit is contained in:
parent
b6fe837a64
commit
88a0d6a1d5
8 changed files with 54 additions and 24 deletions
|
@ -173,6 +173,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`readonly` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`writable` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`forum` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`prv` tinyint(1) 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