Bugzilla – Attachment 32977 Details for
Bug 9011
Add the ability to store the last patron to return an item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9011 [QA Followup 5] - Depend on bug 9303 for issue_id
Bug-9011-QA-Followup-5---Depend-on-bug-9303-for-is.patch (text/plain), 1.35 KB, created by
Kyle M Hall (khall)
on 2014-10-30 15:03:03 UTC
(
hide
)
Description:
Bug 9011 [QA Followup 5] - Depend on bug 9303 for issue_id
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-30 15:03:03 UTC
Size:
1.35 KB
patch
obsolete
>From 4b3605c919c40a7ef31fa8037abdccda33c52bdf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 30 Oct 2014 10:12:23 -0400 >Subject: [PATCH] Bug 9011 [QA Followup 5] - Depend on bug 9303 for issue_id > >--- > installer/data/mysql/updatedatabase.pl | 10 ---------- > 1 files changed, 0 insertions(+), 10 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 4b47680..c3b32c9 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9021,16 +9021,6 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('StoreLastBorrower','0','','If ON, the last borrower to return an item will be stored in items.last_returned_by','YesNo') > }); > >- $dbh->do(q{ >- ALTER TABLE old_issues ADD issue_id INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST >- }); >- $dbh->do(q{ >- ALTER TABLE issues ADD issue_id INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST; >- }); >- $dbh->do(q{ >- UPDATE issues SET issue_id = issue_id + ( SELECT COUNT(*) FROM old_issues ) ORDER BY issue_id DESC >- }); >- > print "Upgrade to $DBversion done (Bug 9011 - Add the ability to store the last patron to return an item)\n"; > } > >-- >1.7.2.5
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 9011
:
13258
|
15117
|
15200
|
16666
|
16763
|
16773
|
18676
|
20180
|
20181
|
20329
|
20342
|
20343
|
20344
|
22577
|
22578
|
22579
|
25866
|
25867
|
25868
|
25869
|
25870
|
25871
|
25872
|
25873
|
28923
|
28924
|
28925
|
29301
|
29745
|
29749
|
29750
|
29930
|
29931
|
30979
|
30993
|
30994
|
30995
|
30996
|
30997
|
30998
|
30999
|
32430
|
32431
|
32432
|
32433
|
32434
|
32435
|
32436
|
32437
|
32438
|
32439
|
32440
|
32441
|
32442
|
32443
|
32977
|
37113
|
37114
|
37115
|
37116
|
37117
|
38441
|
38442
|
38443
|
38444
|
38445
|
39812
|
39813
|
39814
|
39815
|
39816