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

0.2.35.php « Updates « core - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6da3452ea30e4800ee53b7f95ec126d56ad04f18 (plain)
1
2
3
4
<?php

Piwik_Query( "ALTER TABLE ".  Piwik::prefixTable('user_dashboard') . " CHANGE `layout` `layout` TEXT NOT NULL  " );
Piwik_Query( "ALTER TABLE ". Piwik::prefixTable('log_visit') . " DROP config_quicktime" );