mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Fixes PR #14819: Add missing index
This commit is contained in:
parent
02f693488f
commit
c3f2bfaef3
3 changed files with 11 additions and 8 deletions
|
@ -44,7 +44,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', 1578);
|
||||
define('DB_UPDATE_VERSION', 1579);
|
||||
}
|
||||
|
||||
return [
|
||||
|
@ -92,6 +92,7 @@ return [
|
|||
"nurl" => ["UNIQUE", "nurl(190)"],
|
||||
"next_contact" => ["next_contact"],
|
||||
"network" => ["network"],
|
||||
"redirect-gsid" => ["redirect-gsid"],
|
||||
]
|
||||
],
|
||||
"user" => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue