Bugzilla – Attachment 154205 Details for
Bug 33547
Print slips from the preservation module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33547: DBIC schema changes
Bug-33547-DBIC-schema-changes.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2023-08-03 08:26:24 UTC
(
hide
)
Description:
Bug 33547: DBIC schema changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-08-03 08:26:24 UTC
Size:
1.67 KB
patch
obsolete
>From b8b652ea807683a9e33cc177f24af5b8e45f580c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 17 Apr 2023 20:59:07 +0200 >Subject: [PATCH] Bug 33547: DBIC schema changes > >Sponsored-by: BULAC - http://www.bulac.fr/ > >Signed-off-by: BULAC - http://www.bulac.fr/ >Signed-off-by: Heather Hernandez <heather_hernandez@nps.gov> >Signed-off-by: Laurence Rault <laurence.rault@biblibre.com> >--- > Koha/Schema/Result/PreservationProcessing.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/PreservationProcessing.pm b/Koha/Schema/Result/PreservationProcessing.pm >index 4ec54b8954f..30720561612 100644 >--- a/Koha/Schema/Result/PreservationProcessing.pm >+++ b/Koha/Schema/Result/PreservationProcessing.pm >@@ -39,6 +39,14 @@ primary key > > name of the processing > >+=head2 letter_code >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 20 >+ >+Foreign key to the letters table >+ > =cut > > __PACKAGE__->add_columns( >@@ -46,6 +54,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "name", > { data_type => "varchar", is_nullable => 0, size => 80 }, >+ "letter_code", >+ { data_type => "varchar", is_nullable => 1, size => 20 }, > ); > > =head1 PRIMARY KEY >@@ -108,8 +118,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m7bHppTX3UpQY9CfmRPqQA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:58:35 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fIZfFuAY21nh+Fwwjd/kJw > > sub koha_object_class { > 'Koha::Preservation::Processing'; >-- >2.25.1
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 33547
:
149774
|
149775
|
152048
|
152257
|
152258
|
152259
|
152260
|
152971
|
152972
|
152973
|
152974
|
154204
|
154205
|
154206
|
154207
|
156892
|
156893
|
156894
|
156895
|
156966
|
156967
|
156968
|
156969
|
156970
|
157586
|
157587
|
157588
|
157589
|
157590