From: Stéphane Jacob Date: Fri, 4 Nov 2011 14:45:05 +0000 (+0100) Subject: Drops erroneous foreign key. X-Git-Tag: xorg/1.1.4~27 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dcc859c0b9849a8a899cd30581a97d871cae9182;p=platal.git Drops erroneous foreign key. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/1.1.4/12_auth.sql b/upgrade/1.1.4/12_auth.sql new file mode 100644 index 0000000..90a03fc --- /dev/null +++ b/upgrade/1.1.4/12_auth.sql @@ -0,0 +1,3 @@ +ALTER TABLE group_auth DROP FOREIGN KEY group_auth_ibfk_1; + +-- vim:set syntax=mysql: