Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add dbtableprefix to sample config
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed May 16, 2023
commit 8102c88c2e2b1a6172507266952f72f09c255885
2 changes: 1 addition & 1 deletion config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
*
* Default to ``oc_``
*/
'dbtableprefix' => '',
'dbtableprefix' => 'oc_',

/**
* Enable persistent connexions to the database.
Expand Down