mirror of
https://github.com/friendica/friendica
synced 2025-04-23 02:30:20 +00:00
Export all federation contacts through poco
This commit is contained in:
parent
39d2720e7b
commit
e3e9de2e74
3 changed files with 12 additions and 5 deletions
|
@ -646,6 +646,7 @@ function db_definition() {
|
|||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
"nurl" => array("nurl"),
|
||||
"updated" => array("updated"),
|
||||
)
|
||||
);
|
||||
$database["glink"] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue