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:
authorBruno Wego <brunowego@gmail.com>2020-07-02 04:13:50 +0300
committerGitHub <noreply@github.com>2020-07-02 04:13:50 +0300
commit50c8303ebf3f6503211a453bb9537febd8dab3d6 (patch)
tree42d8b6b8049bcb05ba52a5d681dcbd9da2c837f6
parentf165cf74e996446e44c4720460358ffdef9713e0 (diff)
chore(config): remove tables_prefix on db tests (#15387)
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 475d1e70ec..88870eaa6b 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -62,7 +62,7 @@ host = localhost
username = "@USERNAME@"
password =
dbname = matomo_tests
-tables_prefix = matomotests_
+tables_prefix =
port = 3306
adapter = PDO\MYSQL
type = InnoDB