From: Stéphane Jacob Date: Fri, 17 Jun 2011 21:26:41 +0000 (+0200) Subject: We have 3 new ax ids :) X-Git-Tag: xorg/1.1.2~12 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f856ff2ed13afec516816057913a7490a19ee5e7;p=platal.git We have 3 new ax ids :) Signed-off-by: Stéphane Jacob --- 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: