mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 05:34:27 +02:00
Add expected FULLTEXT index to profile table
This commit is contained in:
parent
d53ff9c34d
commit
c15fd9beb8
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
use Friendica\Database\DBA;
|
use Friendica\Database\DBA;
|
||||||
|
|
||||||
if (!defined('DB_UPDATE_VERSION')) {
|
if (!defined('DB_UPDATE_VERSION')) {
|
||||||
define('DB_UPDATE_VERSION', 1291);
|
define('DB_UPDATE_VERSION', 1292);
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -1059,6 +1059,7 @@ return [
|
||||||
"indexes" => [
|
"indexes" => [
|
||||||
"PRIMARY" => ["id"],
|
"PRIMARY" => ["id"],
|
||||||
"uid_is-default" => ["uid", "is-default"],
|
"uid_is-default" => ["uid", "is-default"],
|
||||||
|
"pub_keywords" => ["FULLTEXT", "pub_keywords"],
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"profile_check" => [
|
"profile_check" => [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue