mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
initial dfrn update to pass perms
This commit is contained in:
parent
12bc4a44cf
commit
940d216395
6 changed files with 22 additions and 9 deletions
|
@ -85,6 +85,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`priority` tinyint(3) NOT NULL,
|
||||
`blocked` tinyint(1) NOT NULL DEFAULT '1',
|
||||
`readonly` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`writable` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`pending` tinyint(1) NOT NULL DEFAULT '1',
|
||||
`rating` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`reason` text NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue