summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-07-28 15:28:16 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-07-28 19:20:04 +0200
commitbb45d460987032bedca6870df4386cfc4c01800f (patch)
tree6351292949da5ada025592dd11887b1a44412752 /tests
parentd2e69875b063929451f04ce5190cf96915d7e6d8 (diff)
Database: Use utf8mb4_unicode_ci
Diffstat (limited to 'tests')
-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 7a58bb2b..7fd42f96 100644
--- a/tests/Unit/HasDatabase.php
+++ b/tests/Unit/HasDatabase.php
@@ -45,6 +45,7 @@ trait HasDatabase
['migration' => '2018_01_01_000004_cleanup_group_privileges'],
['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->run(__DIR__ . '/../../db/migrations');