projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae4057b
)
Drops erroneous foreign key.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Nov 2011 14:45:05 +0000
(15:45 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Nov 2011 14:45:05 +0000
(15:45 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.4/12_auth.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade/1.1.4/12_auth.sql
b/upgrade/1.1.4/12_auth.sql
new file mode 100644
(file)
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: