Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 13b84be

Browse files
authored
Merge pull request #6 from MGatner/migrate-group
Specify database group on test migration
2 parents 87a92c7 + a17a52d commit 13b84be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/_support/Database/Migrations/2019-09-02-092335_create_test_tables.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
class CreateTestTables extends Migration
66
{
7+
protected $DBGroup = 'tests';
8+
79
public function up()
810
{
911
$fields = [

0 commit comments

Comments
 (0)