From 44d239f67b4724c92abdec680c8cd31ac9e36649 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 11 Oct 2011 14:45:53 +0200 Subject: [PATCH] Synchronises another few students with ax data. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- upgrade/1.1.4/08_ax_id.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 upgrade/1.1.4/08_ax_id.sql diff --git a/upgrade/1.1.4/08_ax_id.sql b/upgrade/1.1.4/08_ax_id.sql new file mode 100644 index 0000000..457cb77 --- /dev/null +++ b/upgrade/1.1.4/08_ax_id.sql @@ -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: -- 2.1.4