From 07787b7731733969168bdfe4d629e789b6641bd8 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Tue, 6 Dec 2016 16:12:55 +0100 Subject: [PATCH] TT#6831 make sms_journal utf8mb4 aware this operation is lossless, but the inversion isn't necessarily Change-Id: I812257115df0292df9d0af7b4aeabdaf5efff490 --- db_scripts/diff/15307.up | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db_scripts/diff/15307.up diff --git a/db_scripts/diff/15307.up b/db_scripts/diff/15307.up new file mode 100644 index 00000000..aa162cc1 --- /dev/null +++ b/db_scripts/diff/15307.up @@ -0,0 +1,3 @@ +USE provisioning; + +ALTER TABLE sms_journal CONVERT TO CHARACTER SET utf8mb4;