From: Raphael Marichez Date: Mon, 20 Dec 2004 00:25:42 +0000 (+0000) Subject: 'nationalite' field type on 'en_cours' : is an char(2), not integer X-Git-Tag: xorg/old~633 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=825e2ffae9f2c5910dce4b0498571036e47271d0;p=platal.git 'nationalite' field type on 'en_cours' : is an char(2), not integer git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-115 --- diff --git a/upgrade/0.9.3/81_encours b/upgrade/0.9.3/81_encours new file mode 100644 index 0000000..2bd81ef --- /dev/null +++ b/upgrade/0.9.3/81_encours @@ -0,0 +1,4 @@ +-- +-- "nationalite" is no longer an integer +-- +alter table en_cours change column nationalite nationalite char(2);