projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a77cf
)
Alters applis table to add MIA diploma.
author
Stéphane Jacob
<jacou@melix.net>
Wed, 27 Aug 2008 18:41:46 +0000
(20:41 +0200)
committer
Sté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]
patch
|
blob
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
+++ 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:
+