From: x2003bruneau Date: Wed, 1 Nov 2006 14:22:15 +0000 (+0000) Subject: SQL upgrade for my last commit X-Git-Tag: xorg/0.9.12~150 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=fe136252bc2722c0df328d889728008c473a0eb2;p=platal.git SQL upgrade for my last commit git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1042 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/upgrade/0.9.12/02_newsletter.sql b/upgrade/0.9.12/02_newsletter.sql new file mode 100644 index 0000000..40b3777 --- /dev/null +++ b/upgrade/0.9.12/02_newsletter.sql @@ -0,0 +1 @@ +ALTER TABLE newsletter ADD COLUMN short_name varchar(16) DEFAULT NULL;