Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-11-27 21:51:43 +0300
committerGitHub <noreply@github.com>2020-11-27 21:51:43 +0300
commit0bda965acd68727c98bf5d7c47e9d572f2f0fadd (patch)
treedd6df1ec284b56f9d301f603f3c45fcc0316bf93
parent3cb1d5406a0d9fc30d7baa9473f16eb71a10052f (diff)
Adjust archive_invalidations index (#16826)
-rw-r--r--core/Db/Schema/Mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Db/Schema/Mysql.php b/core/Db/Schema/Mysql.php
index 61b133d319..c8414201d0 100644
--- a/core/Db/Schema/Mysql.php
+++ b/core/Db/Schema/Mysql.php
@@ -322,7 +322,7 @@ class Mysql implements SchemaInterface
status TINYINT(1) UNSIGNED DEFAULT 0,
`report` VARCHAR(255) NULL,
PRIMARY KEY(idinvalidation),
- INDEX index_idsite_dates_period_name(idsite, date1, period, name)
+ INDEX index_idsite_dates_period_name(idsite, date1, period)
) ENGINE=$engine DEFAULT CHARSET=$charset
",