We have 3 new ax ids :)
authorStéphane Jacob <sj@m4x.org>
Fri, 17 Jun 2011 21:26:41 +0000 (23:26 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 17 Jun 2011 21:26:41 +0000 (23:26 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.2/07_ax_id.sql [new file with mode: 0644]

diff --git a/upgrade/1.1.2/07_ax_id.sql b/upgrade/1.1.2/07_ax_id.sql
new file mode 100644 (file)
index 0000000..1149f5b
--- /dev/null
@@ -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: