mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
structures for batch mode (Diaspora/zot)
This commit is contained in:
parent
8a11cec61a
commit
9edf15d3ef
7 changed files with 75 additions and 30 deletions
|
@ -70,6 +70,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`alias` char(255) NOT NULL,
|
||||
`pubkey` text NOT NULL,
|
||||
`prvkey` text NOT NULL,
|
||||
`batch` char(255) NOT NULL,
|
||||
`request` text NOT NULL,
|
||||
`notify` text NOT NULL,
|
||||
`poll` text NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue