Exclude voucher edit permission migration from tests with sqlite
This commit is contained in:
parent
472e1bf806
commit
a68cf7ae53
|
@ -56,6 +56,7 @@ trait HasDatabase
|
||||||
['migration' => '2021_08_26_000000_add_shirt_edit_permissions'],
|
['migration' => '2021_08_26_000000_add_shirt_edit_permissions'],
|
||||||
['migration' => '2021_10_12_000000_add_shifts_description'],
|
['migration' => '2021_10_12_000000_add_shifts_description'],
|
||||||
['migration' => '2021_12_30_000000_remove_admin_news_html_privilege'],
|
['migration' => '2021_12_30_000000_remove_admin_news_html_privilege'],
|
||||||
|
['migration' => '2022_06_02_000000_create_voucher_edit_permission'],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue