get rid of <small> in the db
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 17 Apr 2005 21:39:09 +0000 (21:39 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:34 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-555

upgrade/0.9.6/00_xnet.sql [new file with mode: 0644]

diff --git a/upgrade/0.9.6/00_xnet.sql b/upgrade/0.9.6/00_xnet.sql
new file mode 100644 (file)
index 0000000..2942198
--- /dev/null
@@ -0,0 +1,2 @@
+update groupex.asso set nom=replace(nom, '<small>', '');
+update groupex.asso set nom=replace(nom, '</small>', '');