From: Anne Limoges Date: Tue, 4 Mar 2014 20:59:24 +0000 (+0100) Subject: Corrects xorg_id. X-Git-Tag: xorg/1.1.12~20 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=33b8aa2fab6873f1bfa8c054cf1204c31f30ee79;p=platal.git Corrects xorg_id. --- diff --git a/upgrade/1.1.12/06_correct_xorg_id.sql b/upgrade/1.1.12/06_correct_xorg_id.sql index 66b705e..bdc0168 100644 --- a/upgrade/1.1.12/06_correct_xorg_id.sql +++ b/upgrade/1.1.12/06_correct_xorg_id.sql @@ -1 +1,6 @@ +UPDATE profiles SET xorg_id = 19820179 WHERE pid = 48114; UPDATE profiles SET xorg_id = 19860296 WHERE pid = 48884; +UPDATE profiles SET xorg_id = 220050001 WHERE pid = 48886; +UPDATE profiles SET xorg_id = 220060032 WHERE pid = 48887; +UPDATE profiles SET xorg_id = 220060078 WHERE pid = 48889; +UPDATE profiles SET xorg_id = 219970030 WHERE pid = 48890;