mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
prepare for federation
This commit is contained in:
parent
30e3a65c0f
commit
ce515ac2e8
4 changed files with 14 additions and 7 deletions
|
@ -52,6 +52,8 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`uid` int(11) NOT NULL COMMENT 'owner uid',
|
||||
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`self` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`rel` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`network` char(255) NOT NULL,
|
||||
`name` char(255) NOT NULL,
|
||||
`photo` text NOT NULL,
|
||||
`thumb` text NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue