Skip to content

Commit 531e3b3

Browse files
committed
Issue #449: Implemented Doctrine table prefixes
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 2c0b448 commit 531e3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/autoload/local.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $databases = [
1414
'driver' => 'pdo_mysql',
1515
'charset' => 'utf8mb4',
1616
'collate' => 'utf8mb4_general_ci',
17-
'table_prefix' => 'dk_',
17+
'table_prefix' => '',
1818
],
1919
// you can add more database connections to this array
2020
];

0 commit comments

Comments
 (0)