Alters applis table to add MIA diploma.
authorStéphane Jacob <jacou@melix.net>
Wed, 27 Aug 2008 18:41:46 +0000 (20:41 +0200)
committerStéphane Jacob <jacou@melix.net>
Wed, 27 Aug 2008 18:41:46 +0000 (20:41 +0200)
upgrade/0.9.18/00_edu.sql [new file with mode: 0644]

diff --git a/upgrade/0.9.18/00_edu.sql b/upgrade/0.9.18/00_edu.sql
new file mode 100644 (file)
index 0000000..812f473
--- /dev/null
@@ -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:
+