mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
The global contacts now contain the network name so that the suggestions can select between this.
This commit is contained in:
parent
46db8575a0
commit
8f1cfac20a
5 changed files with 59 additions and 25 deletions
|
@ -619,6 +619,7 @@ function db_definition() {
|
|||
"photo" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"connect" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"updated" => array("type" => "datetime", "default" => "0000-00-00 00:00:00"),
|
||||
"network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue