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 'plugins/DevicePlugins/Columns/PluginQuickTime.php')
-rw-r--r--plugins/DevicePlugins/Columns/PluginQuickTime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicePlugins/Columns/PluginQuickTime.php b/plugins/DevicePlugins/Columns/PluginQuickTime.php
index 9f74f0191d..8626adbfb2 100644
--- a/plugins/DevicePlugins/Columns/PluginQuickTime.php
+++ b/plugins/DevicePlugins/Columns/PluginQuickTime.php
@@ -17,7 +17,7 @@ use Piwik\Tracker\Action;
class PluginQuickTime extends VisitDimension
{
protected $columnName = 'config_quicktime';
- protected $columnType = 'TINYINT(1) NOT NULL';
+ protected $columnType = 'TINYINT(1) NULL';
/**
* @param Request $request