Merge "Use a utf8mb4 collation"

This commit is contained in:
Zuul 2019-01-19 18:06:01 +00:00 committed by Gerrit Code Review
commit aa7ec0ee06
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@ class storyboard::mysql (
host => 'localhost',
grant => ['all'],
charset => 'utf8mb4',
collate => 'utf8mb4_general_ci',
}
}