mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
Remove duplication from install/dbinfo.php
This commit is contained in:
parent
fa33342dbc
commit
57eb898bfd
@ -204,12 +204,6 @@ $dbtables_indexes = array(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$dbtables_indexes = array(
|
|
||||||
"${mysqlprefix}chatmessage" => array(
|
|
||||||
"idx_agentid" => "agentid"
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
$memtables = array();
|
$memtables = array();
|
||||||
|
|
||||||
$dbtables_can_update = array(
|
$dbtables_can_update = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user