Bugzilla – Attachment 26671 Details for
Bug 7290
New permission for receiving all (independent of library)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7290: Fix constraint name in updatedatabase.pl
Bug-7290-Fix-constraint-name-in-updatedatabasepl.patch (text/plain), 1.01 KB, created by
Julian Maurice
on 2014-03-28 09:11:34 UTC
(
hide
)
Description:
Bug 7290: Fix constraint name in updatedatabase.pl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2014-03-28 09:11:34 UTC
Size:
1.01 KB
patch
obsolete
>From 8e6008db6ad97a7b6bdaeffbd70216bf695a4e54 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 28 Mar 2014 10:09:15 +0100 >Subject: [PATCH] Bug 7290: Fix constraint name in updatedatabase.pl > >Set the same constraint name as in kohastructure.sql >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 09d0cfb..544eacb 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -8088,7 +8088,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > $dbh->do(" > ALTER TABLE aqorders > ADD COLUMN branch VARCHAR(10) DEFAULT NULL, >- ADD CONSTRAINT aqorders_ibfk_3 FOREIGN KEY (branch) >+ ADD CONSTRAINT aqorders_branch FOREIGN KEY (branch) > REFERENCES branches (branchcode) ON UPDATE CASCADE ON DELETE SET NULL > "); > $dbh->do(" >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7290
:
9314
|
9399
|
9944
|
11444
|
13214
|
14517
|
25068
|
26669
|
26671
|
26676
|
28386
|
28387
|
28388
|
28405
|
28406
|
28407
|
30337
|
30338
|
30339
|
30340
|
30926
|
30927
|
30928
|
32074
|
32075
|
32076
|
32077
|
35700
|
35701
|
35702
|
35935
|
35936
|
35937