Synchronises another few students with ax data.
authorStéphane Jacob <sj@m4x.org>
Tue, 11 Oct 2011 12:45:53 +0000 (14:45 +0200)
committerStéphane Jacob <sj@m4x.org>
Tue, 11 Oct 2011 12:45:53 +0000 (14:45 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.4/08_ax_id.sql [new file with mode: 0644]

diff --git a/upgrade/1.1.4/08_ax_id.sql b/upgrade/1.1.4/08_ax_id.sql
new file mode 100644 (file)
index 0000000..457cb77
--- /dev/null
@@ -0,0 +1,6 @@
+UPDATE profiles SET ax_id = '2008D046' WHERE pid = 45818;
+UPDATE profiles SET ax_id = '2009D059' WHERE pid = 45855;
+UPDATE profiles SET ax_id = '2009D369' WHERE pid = 46232;
+UPDATE profiles SET ax_id = '2009D221' WHERE pid = 46016;
+
+-- vim:set syntax=mysql: