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/Actions/Columns/EntryPageTitle.php')
-rw-r--r--plugins/Actions/Columns/EntryPageTitle.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actions/Columns/EntryPageTitle.php b/plugins/Actions/Columns/EntryPageTitle.php
index 0da5b2b4ce..72e80f8783 100644
--- a/plugins/Actions/Columns/EntryPageTitle.php
+++ b/plugins/Actions/Columns/EntryPageTitle.php
@@ -18,7 +18,7 @@ use Piwik\Tracker\Visitor;
class EntryPageTitle extends VisitDimension
{
protected $columnName = 'visit_entry_idaction_name';
- protected $columnType = 'INTEGER(11) UNSIGNED NOT NULL';
+ protected $columnType = 'INTEGER(11) UNSIGNED NULL';
protected function configureSegments()
{