]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add dbtableprefix to sample config 38321/head
authorVarun Patil <varunpatil@ucla.edu>
Tue, 16 May 2023 18:20:13 +0000 (11:20 -0700)
committerVarun Patil <varunpatil@ucla.edu>
Tue, 16 May 2023 18:20:13 +0000 (11:20 -0700)
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
config/config.sample.php

index 806345092f263d2e66fb6e96a3fa533cb3606a1d..006a09405705ba1801c13fc421e058e9cebf32b0 100644 (file)
@@ -136,7 +136,7 @@ $CONFIG = [
  *
  * Default to ``oc_``
  */
-'dbtableprefix' => '',
+'dbtableprefix' => 'oc_',
 
 /**
  *  Enable persistent connexions to the database.