Merge "Use a utf8mb4 collation"
This commit is contained in:
commit
aa7ec0ee06
@ -33,5 +33,6 @@ class storyboard::mysql (
|
|||||||
host => 'localhost',
|
host => 'localhost',
|
||||||
grant => ['all'],
|
grant => ['all'],
|
||||||
charset => 'utf8mb4',
|
charset => 'utf8mb4',
|
||||||
|
collate => 'utf8mb4_general_ci',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user