summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/config/example/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/example/database.php b/application/config/example/database.php
index 7a0e63d56..4ea1d22f1 100644
--- a/application/config/example/database.php
+++ b/application/config/example/database.php
@@ -68,7 +68,7 @@ if (getenv("ENVIRONMENT") === "testsuite") {
// Change these to your likeing, just make sure they
// don't overlap with the normal settings.
$db['default']['database'] = "filebin_testsuite";
- $db['default']['dbprefix'] = "testsuite-prefix-";
+ $db['default']['dbprefix'] = "testsuite_prefix_";
}