'nationalite' field type on 'en_cours' : is an char(2), not integer
authorRaphael Marichez <falco@m4x.org>
Mon, 20 Dec 2004 00:25:42 +0000 (00:25 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:46 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-115

upgrade/0.9.3/81_encours [new file with mode: 0644]

diff --git a/upgrade/0.9.3/81_encours b/upgrade/0.9.3/81_encours
new file mode 100644 (file)
index 0000000..2bd81ef
--- /dev/null
@@ -0,0 +1,4 @@
+--
+-- "nationalite" is no longer an integer
+--
+alter table en_cours change column nationalite nationalite char(2);