Remove redundant index
- Increase UPDATE_VERSION and DB_UPDATE_VERSION
This commit is contained in:
parent
868a84c5cc
commit
6dbd68e0cb
3 changed files with 2 additions and 3 deletions
2
boot.php
2
boot.php
|
@ -43,7 +43,7 @@ define('FRIENDICA_PLATFORM', 'Friendica');
|
|||
define('FRIENDICA_CODENAME', 'Asparagus');
|
||||
define('FRIENDICA_VERSION', '3.6-dev');
|
||||
define('DFRN_PROTOCOL_VERSION', '2.23');
|
||||
define('DB_UPDATE_VERSION', 1236);
|
||||
define('DB_UPDATE_VERSION', 1237);
|
||||
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
||||
|
||||
/**
|
||||
|
|
|
@ -996,7 +996,6 @@ class DBStructure {
|
|||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
"contactid" => array("contact-id"),
|
||||
"gid" => array("gid"),
|
||||
"gid_contactid" => array("UNIQUE", "gid", "contact-id"),
|
||||
)
|
||||
);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('UPDATE_VERSION' , 1236);
|
||||
define('UPDATE_VERSION' , 1237);
|
||||
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
|
|
Loading…
Reference in a new issue