From: Stéphane Jacob Date: Wed, 27 Aug 2008 18:41:46 +0000 (+0200) Subject: Alters applis table to add MIA diploma. X-Git-Tag: xorg/0.10.0~114 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d808162561556637545d06f3edf0ad3aae68dbad;p=platal.git Alters applis table to add MIA diploma. --- diff --git a/upgrade/0.9.18/00_edu.sql b/upgrade/0.9.18/00_edu.sql new file mode 100644 index 0000000..812f473 --- /dev/null +++ b/upgrade/0.9.18/00_edu.sql @@ -0,0 +1,6 @@ +ALTER TABLE applis_ins MODIFY type enum('Corps','Ingénieur','MBA','ME','MS','PhD','Diplôme','DEA','MiF','MPA', 'MIA'); + +ALTER TABLE applis_def MODIFY type set('Corps','Ingénieur','MBA','ME','MS','PhD','Diplôme','DEA','MiF','MPA', 'MIA') + +# vim:set syntax=mysql: +