migration: Exclude add_angel_supporter_permissions from unit tests
This commit is contained in:
parent
5a912a0f7e
commit
43b7b5c117
|
@ -43,6 +43,7 @@ trait HasDatabase
|
||||||
['migration' => '2018_01_01_000002_import_update_sql'],
|
['migration' => '2018_01_01_000002_import_update_sql'],
|
||||||
['migration' => '2018_01_01_000003_fix_old_tables'],
|
['migration' => '2018_01_01_000003_fix_old_tables'],
|
||||||
['migration' => '2018_01_01_000004_cleanup_group_privileges'],
|
['migration' => '2018_01_01_000004_cleanup_group_privileges'],
|
||||||
|
['migration' => '2018_01_01_000005_add_angel_supporter_permissions'],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$migration->run(__DIR__ . '/../../db/migrations');
|
$migration->run(__DIR__ . '/../../db/migrations');
|
||||||
|
|
Loading…
Reference in New Issue