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:
Diffstat (limited to 'core/Updates/3.6.1-b2.php')
-rw-r--r--core/Updates/3.6.1-b2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Updates/3.6.1-b2.php b/core/Updates/3.6.1-b2.php
index 1236c0f167..70ed561b28 100644
--- a/core/Updates/3.6.1-b2.php
+++ b/core/Updates/3.6.1-b2.php
@@ -33,6 +33,7 @@ class Updates_3_6_1_b2 extends Updates
{
return array(
$this->migration->db->addColumn('site', 'creator_login', ' VARCHAR(100) NULL'),
+ $this->migration->plugin->activate('IntranetMeasurable'),
);
}