From: Stéphane Jacob Date: Mon, 28 Mar 2011 09:12:25 +0000 (+0200) Subject: Increases nl json field size. X-Git-Tag: xorg/1.1.1~37^2~37 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f68987780f3ad69866f23894882b1a9cddbe24ba;p=platal.git Increases nl json field size. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/1.1.0/xx_02_nl.sql b/upgrade/1.1.0/xx_02_nl.sql new file mode 100644 index 0000000..03f5ab2 --- /dev/null +++ b/upgrade/1.1.0/xx_02_nl.sql @@ -0,0 +1,3 @@ +ALTER TABLE newsletter_issues MODIFY COLUMN sufb_json LONGTEXT DEFAULT NULL; + +-- vim:set syntax=mysql: