From: Stéphane Jacob Date: Tue, 11 Oct 2011 12:45:53 +0000 (+0200) Subject: Synchronises another few students with ax data. X-Git-Tag: xorg/1.1.4~95 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=44d239f67b4724c92abdec680c8cd31ac9e36649;p=platal.git Synchronises another few students with ax data. Signed-off-by: Stéphane Jacob --- 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: