Bugzilla – Attachment 153117 Details for
Bug 33105
Add vendor issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33105: (QA follow-up) Small changes in dbrev
Bug-33105-QA-follow-up-Small-changes-in-dbrev.patch (text/plain), 1.66 KB, created by
Marcel de Rooy
on 2023-07-07 07:02:56 UTC
(
hide
)
Description:
Bug 33105: (QA follow-up) Small changes in dbrev
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-07-07 07:02:56 UTC
Size:
1.66 KB
patch
obsolete
>From bf22205f95423403be0889eb68a0c4f7e986d542 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 7 Jul 2023 06:41:27 +0000 >Subject: [PATCH] Bug 33105: (QA follow-up) Small changes in dbrev >Content-Type: text/plain; charset=utf-8 > >--- > installer/data/mysql/atomicupdate/bug_33105.pl | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_33105.pl b/installer/data/mysql/atomicupdate/bug_33105.pl >index 96b73cb142..462aa2cfa8 100755 >--- a/installer/data/mysql/atomicupdate/bug_33105.pl >+++ b/installer/data/mysql/atomicupdate/bug_33105.pl >@@ -2,17 +2,16 @@ use Modern::Perl; > > return { > bug_number => "33105", >- description => "A vendor issues", >+ description => "Add vendor issues", > up => sub { > my ($args) = @_; > my ($dbh, $out) = @$args{qw(dbh out)}; >- # Do you stuffs here > unless (TableExists('aqbookseller_issues')) { > $dbh->do(q{ > CREATE TABLE `aqbookseller_issues` ( > `issue_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'primary key and unique identifier assigned by Koha', > `vendor_id` int(11) NOT NULL COMMENT 'link to the vendor', >- `type` varchar(80) DEFAULT NULL COMMENT "type of the issue, authorised value VENDOR_ISSUE_TYPE", >+ `type` varchar(80) DEFAULT NULL COMMENT 'type of the issue, authorised value VENDOR_ISSUE_TYPE', > `started_on` date DEFAULT NULL COMMENT 'start of the issue', > `ended_on` date DEFAULT NULL COMMENT 'end of the issue', > `notes` longtext DEFAULT NULL COMMENT 'notes', >-- >2.30.2
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 33105
:
149509
|
149510
|
149511
|
149512
|
149513
|
149514
|
149515
|
149530
|
149531
|
149532
|
149556
|
149557
|
149558
|
149559
|
149560
|
149561
|
149562
|
152894
|
152895
|
152896
|
152897
|
152898
|
152899
|
152900
|
153117
|
153118
|
153119
|
153122
|
153123
|
153125
|
153126
|
153127
|
153128
|
153129
|
153130
|
153131
|
153132
|
153133
|
153134
|
153135
|
153136
|
153137
|
153730
|
153731