From f856ff2ed13afec516816057913a7490a19ee5e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 17 Jun 2011 23:26:41 +0200 Subject: [PATCH] We have 3 new ax ids :) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- upgrade/1.1.2/07_ax_id.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upgrade/1.1.2/07_ax_id.sql diff --git a/upgrade/1.1.2/07_ax_id.sql b/upgrade/1.1.2/07_ax_id.sql new file mode 100644 index 0000000..1149f5b --- /dev/null +++ b/upgrade/1.1.2/07_ax_id.sql @@ -0,0 +1,5 @@ +UPDATE profiles SET ax_id = '2008M151' WHERE pid = 44992; +UPDATE profiles SET ax_id = '2004M043' WHERE pid = 46435; +UPDATE profiles SET ax_id = '2004M038' WHERE pid = 45914; + +-- vim:set syntax=mysql: -- 2.1.4