Fixes PR #14819: Add missing index

This commit is contained in:
Michael 2025-02-16 10:52:55 +00:00
parent 02f693488f
commit c3f2bfaef3
3 changed files with 11 additions and 8 deletions

View file

@ -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" => [