Add dbtableprefix to sample config

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
This commit is contained in:
Varun Patil 2023-05-16 11:20:13 -07:00
parent c3a39cbc75
commit 8102c88c2e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ $CONFIG = [
*
* Default to ``oc_``
*/
'dbtableprefix' => '',
'dbtableprefix' => 'oc_',
/**
* Enable persistent connexions to the database.