mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
[Database 1528] Add expected index for foreign key user-gserver.gsid
This commit is contained in:
parent
e9861b11f3
commit
76cc8eaff8
3 changed files with 5 additions and 2 deletions
|
@ -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" => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue