mirror of
https://github.com/friendica/friendica
synced 2025-04-24 21:10:10 +00:00
The fcontact table is now updated in the background to improve performance
This commit is contained in:
parent
636325efcc
commit
e5c24f33f0
7 changed files with 48 additions and 47 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2022.09-rc (Giant Rhubarb)
|
||||
-- DB_UPDATE_VERSION 1482
|
||||
-- DB_UPDATE_VERSION 1483
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -625,6 +625,7 @@ CREATE TABLE IF NOT EXISTS `fcontact` (
|
|||
`network` char(4) NOT NULL DEFAULT '' COMMENT '',
|
||||
`alias` varbinary(383) NOT NULL DEFAULT '' COMMENT '',
|
||||
`pubkey` text COMMENT '',
|
||||
`created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
|
||||
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
|
||||
`interacting_count` int unsigned DEFAULT 0 COMMENT 'Number of contacts this contact interactes with',
|
||||
`interacted_count` int unsigned DEFAULT 0 COMMENT 'Number of contacts that interacted with this contact',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue