Skip to content

Commit 553da0f

Browse files
authoredMar 6, 2025··
Merge pull request #1027 from bavix/revert-123qq1a
Revert "remove prefix for mysql/mariadb"
2 parents 53255a6 + d100f19 commit 553da0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎tests/Infra/TestCase.php

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ final protected function getEnvironmentSetUp($app): void
6161
// database
6262
$config->set('database.connections.testing.prefix', 'tests');
6363
$config->set('database.connections.pgsql.prefix', 'tests');
64+
$config->set('database.connections.mysql.prefix', 'tests');
65+
$config->set('database.connections.mariadb.prefix', 'tests');
6466
$config->set('database.connections.mariadb.port', 3307);
6567

6668
// new table name's

0 commit comments

Comments
 (0)
Please sign in to comment.