Export all federation contacts through poco

This commit is contained in:
Michael Vogel 2015-07-24 07:23:57 +02:00
parent 39d2720e7b
commit e3e9de2e74
3 changed files with 12 additions and 5 deletions

View file

@ -646,6 +646,7 @@ function db_definition() {
"indexes" => array(
"PRIMARY" => array("id"),
"nurl" => array("nurl"),
"updated" => array("updated"),
)
);
$database["glink"] = array(