TT#6831 make sms_journal utf8mb4 aware

this operation is lossless, but the inversion isn't necessarily

Change-Id: I812257115df0292df9d0af7b4aeabdaf5efff490
changes/55/10055/1
Gerhard Jungwirth 9 years ago
parent 08887d5602
commit 07787b7731

@ -0,0 +1,3 @@
USE provisioning;
ALTER TABLE sms_journal CONVERT TO CHARACTER SET utf8mb4;
Loading…
Cancel
Save