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/UserCountry/Columns/Country.php')
-rw-r--r--plugins/UserCountry/Columns/Country.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/Columns/Country.php b/plugins/UserCountry/Columns/Country.php
index 841c88f16b..9ce817ae9d 100644
--- a/plugins/UserCountry/Columns/Country.php
+++ b/plugins/UserCountry/Columns/Country.php
@@ -26,7 +26,7 @@ use Piwik\Tracker\Request;
class Country extends Base
{
protected $columnName = 'location_country';
- protected $columnType = 'CHAR(3) NOT NULL';
+ protected $columnType = 'CHAR(3) NULL';
protected function configureSegments()
{