mirror of
https://github.com/friendica/friendica
synced 2025-04-23 20:30: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
|
@ -25,6 +25,7 @@ Fields
|
|||
| network | | char(4) | NO | | | |
|
||||
| alias | | varbinary(383) | NO | | | |
|
||||
| pubkey | | text | YES | | NULL | |
|
||||
| created | | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
| updated | | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
| interacting_count | Number of contacts this contact interactes with | int unsigned | YES | | 0 | |
|
||||
| interacted_count | Number of contacts that interacted with this contact | int unsigned | YES | | 0 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue