AX ids...
authorStéphane Jacob <sj@m4x.org>
Sat, 10 Dec 2011 17:31:42 +0000 (18:31 +0100)
committerStéphane Jacob <sj@m4x.org>
Sat, 10 Dec 2011 17:31:56 +0000 (18:31 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.5/03_ax_id.sql [new file with mode: 0644]

diff --git a/upgrade/1.1.5/03_ax_id.sql b/upgrade/1.1.5/03_ax_id.sql
new file mode 100644 (file)
index 0000000..96e52e5
--- /dev/null
@@ -0,0 +1,3 @@
+UPDATE profiles SET ax_id = '20110202' WHERE pid = 47038;
+
+-- vim:set syntax=mysql: