Bugzilla – Attachment 124994 Details for
Bug 27947
Add default cancellation reasons to article requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27947: [DO NOT PUSH] update ArticleRequest schema
Bug-27947-DO-NOT-PUSH-update-ArticleRequest-schema.patch (text/plain), 1.62 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-09-17 15:15:02 UTC
(
hide
)
Description:
Bug 27947: [DO NOT PUSH] update ArticleRequest schema
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-09-17 15:15:02 UTC
Size:
1.62 KB
patch
obsolete
>From d12ec56944d4775cc8fd030485ff34b1c2fdc4dd Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Thu, 19 Aug 2021 23:48:14 -0300 >Subject: [PATCH] Bug 27947: [DO NOT PUSH] update ArticleRequest schema > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/ArticleRequest.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ArticleRequest.pm b/Koha/Schema/Result/ArticleRequest.pm >index 8350a9f03b..13748ba8c8 100644 >--- a/Koha/Schema/Result/ArticleRequest.pm >+++ b/Koha/Schema/Result/ArticleRequest.pm >@@ -118,6 +118,14 @@ __PACKAGE__->table("article_requests"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 cancellation_reason >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ >+optional authorised value AR_CANCELLATION >+ > =head2 created_on > > data_type: 'timestamp' >@@ -180,6 +188,8 @@ __PACKAGE__->add_columns( > }, > "urls", > { data_type => "mediumtext", is_nullable => 1 }, >+ "cancellation_reason", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > "created_on", > { > data_type => "timestamp", >@@ -280,8 +290,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-07-12 13:41:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GVaBsoeXb0EiuKTJYkWLEg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-18 10:41:01 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1q7Vlki3fRVBdww1zHLCRA > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 27947
:
124063
|
124064
|
124065
|
124849
|
124850
|
124851
|
124952
|
124953
|
124954
|
124955
|
124956
|
124993
|
124994
|
124995
|
124996
|
124997
|
124998
|
124999
|
125002
|
125003
|
125004
|
125005
|
125006
|
125007
|
125008
|
125009
|
125010
|
125016
|
125038
|
125039
|
125040
|
125041
|
125042
|
125043
|
125044
|
125045
|
125046
|
125047
|
125165
|
125166
|
125167
|
125168
|
125169
|
125170
|
125171
|
125172
|
125173
|
125174
|
125739
|
125740