From 8102c88c2e2b1a6172507266952f72f09c255885 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 16 May 2023 11:20:13 -0700 Subject: [PATCH] Add dbtableprefix to sample config Signed-off-by: Varun Patil --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 806345092f263..006a09405705b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -136,7 +136,7 @@ * * Default to ``oc_`` */ -'dbtableprefix' => '', +'dbtableprefix' => 'oc_', /** * Enable persistent connexions to the database.