From 6edbf0dd3fe0c712eb54f27c4262e16b46575f03 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Thu, 12 Jun 2014 04:24:12 +0300 Subject: [PATCH] MT#5879 Set invoice data column to 16M size. --- db_scripts/diff/15066.down | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db_scripts/diff/15066.down diff --git a/db_scripts/diff/15066.down b/db_scripts/diff/15066.down new file mode 100644 index 00000000..52944b00 --- /dev/null +++ b/db_scripts/diff/15066.down @@ -0,0 +1,3 @@ +USE billing; + +alter table invoices change column data data BLOB; \ No newline at end of file