[Database 1528] Add expected index for foreign key user-gserver.gsid

This commit is contained in:
Hypolite Petovan 2023-08-21 08:07:10 -04:00
parent e9861b11f3
commit 76cc8eaff8
3 changed files with 5 additions and 2 deletions

View file

@ -56,7 +56,7 @@ use Friendica\Database\DBA;
// This file is required several times during the test in DbaDefinition which justifies this condition
if (!defined('DB_UPDATE_VERSION')) {
define('DB_UPDATE_VERSION', 1527);
define('DB_UPDATE_VERSION', 1528);
}
return [
@ -168,6 +168,7 @@ return [
],
"indexes" => [
"PRIMARY" => ["uid", "gsid"],
"gsid" => ["gsid"]
],
],
"item-uri" => [