summaryrefslogtreecommitdiff
path: root/tests/Unit/HasDatabase.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-07-28 17:14:42 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-07-29 00:58:06 +0200
commit219c54411bb765bebd7813ad3e49ab05acf0b150 (patch)
tree9cf1cea8fccac16030e308df63352c2237311c0e /tests/Unit/HasDatabase.php
parentc1f6374f377d7b6d2aeefa464837226279a521a3 (diff)
Permissions: Added models and migrations
Diffstat (limited to 'tests/Unit/HasDatabase.php')
-rw-r--r--tests/Unit/HasDatabase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/HasDatabase.php b/tests/Unit/HasDatabase.php
index 7fd42f96..85b59435 100644
--- a/tests/Unit/HasDatabase.php
+++ b/tests/Unit/HasDatabase.php
@@ -46,6 +46,7 @@ trait HasDatabase
['migration' => '2018_01_01_000005_add_angel_supporter_permissions'],
['migration' => '2018_12_27_000000_fix_missing_arrival_dates'],
['migration' => '2019_07_21_000000_fix_old_character_set'],
+ ['migration' => '2019_07_21_000001_fix_old_groups_table_id_and_name'],
]);
$migration->run(__DIR__ . '/../../db/migrations');