From: Stéphane Jacob Date: Sun, 13 Nov 2011 20:17:26 +0000 (+0100) Subject: Adds url into profile_binet_enum. X-Git-Tag: xorg/1.1.4~12 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ca81b73082e82027929833c48d74f1b2703e0aa6;p=platal.git Adds url into profile_binet_enum. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/1.1.4/13_binets.sql b/upgrade/1.1.4/13_binets.sql new file mode 100644 index 0000000..98732d8 --- /dev/null +++ b/upgrade/1.1.4/13_binets.sql @@ -0,0 +1,3 @@ +ALTER TABLE profile_binet_enum ADD COLUMN url VARCHAR(255) NOT NULL DEFAULT ''; + +-- vim:set syntax=mysql: