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:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-22 11:02:56 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-22 11:02:56 +0400
commit856ffca9683afd950e890048125472d610bb683f (patch)
tree463bdcce462648116e653df49f0a9c65ec7d8fb4 /core/Columns
parent6ee31ae0f7d6053bfe80176722656b2c526c9e53 (diff)
refs #3490 wondering whether all tests still pass when converting userid to dimension
Diffstat (limited to 'core/Columns')
-rw-r--r--core/Columns/Updater.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Columns/Updater.php b/core/Columns/Updater.php
index 76639f5556..1fa6320685 100644
--- a/core/Columns/Updater.php
+++ b/core/Columns/Updater.php
@@ -268,6 +268,7 @@ class Updater extends \Piwik\Updates
'log_visit.referer_keyword' => 'VARCHAR(255) NULL1',
'log_visit.referer_name' => 'VARCHAR(70) NULL1',
'log_visit.referer_type' => 'TINYINT(1) UNSIGNED NULL1',
+ 'log_visit.user_id' => 'VARCHAR(200) NOT NULL',
'log_link_visit_action.idaction_name' => 'INTEGER(10) UNSIGNED',
'log_link_visit_action.idaction_url' => 'INTEGER(10) UNSIGNED DEFAULT NULL',
'log_link_visit_action.server_time' => 'DATETIME NOT NULL',