From: Stéphane Jacob Date: Sat, 10 Dec 2011 17:31:42 +0000 (+0100) Subject: AX ids... X-Git-Tag: xorg/1.1.5~60 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=0fa8aafed9751fc6c63fa9abfc4585e50ac00fc1;p=platal.git AX ids... Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/1.1.5/03_ax_id.sql b/upgrade/1.1.5/03_ax_id.sql new file mode 100644 index 0000000..96e52e5 --- /dev/null +++ b/upgrade/1.1.5/03_ax_id.sql @@ -0,0 +1,3 @@ +UPDATE profiles SET ax_id = '20110202' WHERE pid = 47038; + +-- vim:set syntax=mysql: