From: Stéphane Jacob Date: Sun, 4 Jul 2010 14:25:39 +0000 (+0200) Subject: Allows entreprise validation hidding. X-Git-Tag: xorg/1.0.1~15^2~58 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3705fd04dc9be34904a18b526c552eaf5b1b0c33;hp=1d917e76cc2fcacd5493e704057d75a74a74e865;p=platal.git Allows entreprise validation hidding. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/1.0.0/02_validate.sql b/upgrade/1.0.0/02_validate.sql new file mode 100644 index 0000000..0a4f846 --- /dev/null +++ b/upgrade/1.0.0/02_validate.sql @@ -0,0 +1,3 @@ +ALTER TABLE requests_answers MODIFY COLUMN category ENUM('alias','liste','usage','photo','evts','gapps-unsuspend','marketing','orange','homonyme','nl','paiements','medal','broken','surveys', 'entreprise') NOT NULL DEFAULT 'alias'; + +-- vim:set syntax=mysql: