Merge remote-tracking branch 'upstream/develop' into failed
This commit is contained in:
commit
b50f91b3e1
13 changed files with 170 additions and 66 deletions
|
@ -54,7 +54,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1355);
|
||||
define('DB_UPDATE_VERSION', 1356);
|
||||
}
|
||||
|
||||
return [
|
||||
|
@ -200,6 +200,7 @@ return [
|
|||
"attag_uid" => ["attag(32)", "uid"],
|
||||
"dfrn-id" => ["dfrn-id(64)"],
|
||||
"issued-id" => ["issued-id(64)"],
|
||||
"network_uid_lastupdate" => ["network", "uid", "last-update"],
|
||||
"gsid" => ["gsid"]
|
||||
]
|
||||
],
|
||||
|
@ -321,6 +322,7 @@ return [
|
|||
"addr" => ["addr(32)"],
|
||||
"alias" => ["alias(190)"],
|
||||
"followers" => ["followers(190)"],
|
||||
"baseurl" => ["baseurl(190)"],
|
||||
"gsid" => ["gsid"]
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue