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/ExampleLogTables/Dao/CustomUserLog.php')
-rw-r--r--plugins/ExampleLogTables/Dao/CustomUserLog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleLogTables/Dao/CustomUserLog.php b/plugins/ExampleLogTables/Dao/CustomUserLog.php
index 50f3016301..ecdfd96f6f 100644
--- a/plugins/ExampleLogTables/Dao/CustomUserLog.php
+++ b/plugins/ExampleLogTables/Dao/CustomUserLog.php
@@ -25,7 +25,7 @@ class CustomUserLog
public function install()
{
DbHelper::createTable($this->table, "
- `user_id` VARCHAR(200) NOT NULL,
+ `user_id` VARCHAR(191) NOT NULL,
`gender` VARCHAR(30) NOT NULL,
`group` VARCHAR(30) NOT NULL,
PRIMARY KEY (user_id)");