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 'core/Piwik.php')
-rw-r--r--core/Piwik.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index 189d2c8513..0a58743ac7 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -605,6 +605,7 @@ class Piwik
'option' => "CREATE TABLE {$prefixTables}option (
option_name VARCHAR( 64 ) NOT NULL ,
option_value LONGTEXT NOT NULL ,
+ autoload TINYINT NOT NULL DEFAULT '1',
PRIMARY KEY ( option_name )
)
",