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/0.2.35-rc2.php')
-rw-r--r--core/Updates/0.2.35-rc2.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Updates/0.2.35-rc2.php b/core/Updates/0.2.35-rc2.php
new file mode 100644
index 0000000000..8db1c58135
--- /dev/null
+++ b/core/Updates/0.2.35-rc2.php
@@ -0,0 +1,3 @@
+<?php
+
+Piwik_Query( "ALTER TABLE ". Piwik::prefixTable('log_visit') . " DROP config_quicktime" );