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/ExampleTracker/Columns/ExampleVisitDimension.php')
-rw-r--r--plugins/ExampleTracker/Columns/ExampleVisitDimension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleTracker/Columns/ExampleVisitDimension.php b/plugins/ExampleTracker/Columns/ExampleVisitDimension.php
index f0d28b66da..15d32592a6 100644
--- a/plugins/ExampleTracker/Columns/ExampleVisitDimension.php
+++ b/plugins/ExampleTracker/Columns/ExampleVisitDimension.php
@@ -38,7 +38,7 @@ class ExampleVisitDimension extends VisitDimension
* perform an update which can sometimes take a long time so be careful when choosing the correct column type.
* @var string
*/
- protected $columnType = 'INTEGER(11) DEFAULT 0 NOT NULL';
+ protected $columnType = 'INTEGER(11) DEFAULT 0 NULL';
/**
* The name of the dimension which will be visible for instance in the UI of a related report and in the mobile app.