From dcc859c0b9849a8a899cd30581a97d871cae9182 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 4 Nov 2011 15:45:05 +0100 Subject: [PATCH] Drops erroneous foreign key. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- upgrade/1.1.4/12_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 upgrade/1.1.4/12_auth.sql 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: -- 2.1.4