Bugzilla – Attachment 156891 Details for
Bug 22188
Use publication date as numbering pattern
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22188: updated Subscription.pm for database update
Bug-22188-updated-Subscriptionpm-for-database-upda.patch (text/plain), 2.43 KB, created by
Danyon Sewell
on 2023-10-12 02:43:32 UTC
(
hide
)
Description:
Bug 22188: updated Subscription.pm for database update
Filename:
MIME Type:
Creator:
Danyon Sewell
Created:
2023-10-12 02:43:32 UTC
Size:
2.43 KB
patch
obsolete
>From 9d956ffb49eba54e8b884d61465d380e4864c1fc Mon Sep 17 00:00:00 2001 >From: danyonsewell <danyonsewell@catalyst.net.nz> >Date: Thu, 12 Oct 2023 02:21:48 +0000 >Subject: [PATCH] Bug 22188: updated Subscription.pm for database update > >Sponsored-by: Auckland University of Technology >--- > Koha/Schema/Result/Subscription.pm | 24 +++++++++++++----------- > 1 file changed, 13 insertions(+), 11 deletions(-) > >diff --git a/Koha/Schema/Result/Subscription.pm b/Koha/Schema/Result/Subscription.pm >index ac49954902..828ec872b7 100644 >--- a/Koha/Schema/Result/Subscription.pm >+++ b/Koha/Schema/Result/Subscription.pm >@@ -277,12 +277,6 @@ how many issues to show to the staff > > how many issues to show to the public > >-=head2 pubdatepatternformat >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 3 >- > =head2 graceperiod > > data_type: 'integer' >@@ -332,6 +326,12 @@ date of last renewal for the subscription > data_type: 'integer' > is_nullable: 1 > >+=head2 pubdatepatternformat >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 3 >+ > =head2 ccode > > data_type: 'varchar' >@@ -422,8 +422,6 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "opacdisplaycount", > { data_type => "integer", is_nullable => 1 }, >- "pubdatepatternformat", >- { data_type => "varchar", is_nullable => 1, size => 3 }, > "graceperiod", > { data_type => "integer", default_value => 0, is_nullable => 0 }, > "enddate", >@@ -438,6 +436,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 10 }, > "mana_id", > { data_type => "integer", is_nullable => 1 }, >+ "pubdatepatternformat", >+ { data_type => "varchar", is_nullable => 1, size => 3 }, > "ccode", > { data_type => "varchar", is_nullable => 1, size => 80 }, > "published_on_template", >@@ -574,8 +574,11 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2023-07-14 11:46:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LICIiWzag365cUAq5OYD2A >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-12 02:15:47 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:G0WJcUAQO4DAfSx9OtVTAw >+ >+ >+# You can replace this text with custom code or comments, and it will be preserved on regeneration > > __PACKAGE__->has_many( > "additional_field_values", >@@ -598,5 +601,4 @@ __PACKAGE__->add_columns( > '+skip_serialseq' => { is_boolean => 1 }, > ); > >-# You can replace this text with custom content, and it will be preserved on regeneration > 1; >-- >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 22188
:
84314
|
85415
|
85540
|
85541
|
85542
|
86419
|
87433
|
88830
|
91761
|
91762
|
92185
|
92186
|
92345
|
92364
|
94290
|
94291
|
156886
|
156887
|
156888
|
156889
|
156890
|
156891
|
157009
|
157010
|
157011
|
157012
|
157013
|
157014
|
157015
|
157179
|
158638
|
158659