1
0
Fork 0

Bugfix: Diaspora connects to a Soapbox account weren't established correctly

This commit is contained in:
Michael Vogel 2016-07-10 12:09:58 +02:00
commit 84aa01b377
6 changed files with 62 additions and 8 deletions

View file

@ -568,6 +568,7 @@ function db_definition() {
$database["fcontact"] = array(
"fields" => array(
"id" => array("type" => "int(10) unsigned", "not null" => "1", "extra" => "auto_increment", "primary" => "1"),
"guid" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"url" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"name" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"photo" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),