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:
authorsgiehl <stefan@piwik.org>2014-10-15 23:51:15 +0400
committersgiehl <stefan@piwik.org>2014-10-15 23:51:15 +0400
commitec7062afe216bfb875d87a173c5f72414770464d (patch)
tree662213e6cfae8c2ad913b1d7a495d309d40cc1ca /plugins/DevicesDetection
parentfddda01cb0e83511416613a31533a70d072e3338 (diff)
column needs to be created on install
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/Columns/BrowserEngine.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/Columns/BrowserEngine.php b/plugins/DevicesDetection/Columns/BrowserEngine.php
index a0606ee05f..4348a1a117 100644
--- a/plugins/DevicesDetection/Columns/BrowserEngine.php
+++ b/plugins/DevicesDetection/Columns/BrowserEngine.php
@@ -17,6 +17,7 @@ use Piwik\Tracker\Action;
class BrowserEngine extends Base
{
protected $columnName = 'config_browser_engine';
+ protected $columnType = 'VARCHAR(10) NOT NULL';
protected function configureSegments()
{