mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Database Structure version 1305
- Add term_type index to term table
This commit is contained in:
parent
e930123b75
commit
3f474d2941
2 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1304);
|
||||
define('DB_UPDATE_VERSION', 1305);
|
||||
}
|
||||
|
||||
return [
|
||||
|
@ -1195,6 +1195,7 @@ return [
|
|||
],
|
||||
"indexes" => [
|
||||
"PRIMARY" => ["tid"],
|
||||
"term_type" => ["term", "type"],
|
||||
"oid_otype_type_term" => ["oid", "otype", "type", "term(32)"],
|
||||
"uid_otype_type_term_global_created" => ["uid", "otype", "type", "term(32)", "global", "created"],
|
||||
"uid_otype_type_url" => ["uid", "otype", "type", "url(64)"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue