From: Pierre Habouzit (MadCoder Date: Sun, 17 Apr 2005 21:39:09 +0000 (+0000) Subject: get rid of in the db X-Git-Tag: xorg/old~207 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a10a3c0f10d837177ef82581c4cf1179903bb28e;p=platal.git get rid of in the db git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-555 --- diff --git a/upgrade/0.9.6/00_xnet.sql b/upgrade/0.9.6/00_xnet.sql new file mode 100644 index 0000000..2942198 --- /dev/null +++ b/upgrade/0.9.6/00_xnet.sql @@ -0,0 +1,2 @@ +update groupex.asso set nom=replace(nom, '', ''); +update groupex.asso set nom=replace(nom, '', '');