Bugzilla – Attachment 156656 Details for
Bug 30708
Creation of a new 'Preservation' module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30708: DBIC
Bug-30708-DBIC.patch (text/plain), 2.25 KB, created by
Marcel de Rooy
on 2023-10-07 06:41:02 UTC
(
hide
)
Description:
Bug 30708: DBIC
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-10-07 06:41:02 UTC
Size:
2.25 KB
patch
obsolete
>From be1f12ddd9dbd8f0f05eea9ad9df6ba293b7a01b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 24 Apr 2023 20:38:28 +0200 >Subject: [PATCH] Bug 30708: DBIC >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../PreservationProcessingAttributesItem.pm | 20 +++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/PreservationProcessingAttributesItem.pm b/Koha/Schema/Result/PreservationProcessingAttributesItem.pm >index fd566f3278..0b6681ea83 100644 >--- a/Koha/Schema/Result/PreservationProcessingAttributesItem.pm >+++ b/Koha/Schema/Result/PreservationProcessingAttributesItem.pm >@@ -23,6 +23,14 @@ __PACKAGE__->table("preservation_processing_attributes_items"); > > =head1 ACCESSORS > >+=head2 processing_attribute_item_id >+ >+ data_type: 'integer' >+ is_auto_increment: 1 >+ is_nullable: 0 >+ >+primary key >+ > =head2 processing_attribute_id > > data_type: 'integer' >@@ -50,6 +58,8 @@ value for this attribute > =cut > > __PACKAGE__->add_columns( >+ "processing_attribute_item_id", >+ { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "processing_attribute_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, > "train_item_id", >@@ -62,15 +72,13 @@ __PACKAGE__->add_columns( > > =over 4 > >-=item * L</processing_attribute_id> >- >-=item * L</train_item_id> >+=item * L</processing_attribute_item_id> > > =back > > =cut > >-__PACKAGE__->set_primary_key("processing_attribute_id", "train_item_id"); >+__PACKAGE__->set_primary_key("processing_attribute_item_id"); > > =head1 RELATIONS > >@@ -105,8 +113,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CiFAelBwfhQzRX1cL0ssqA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-24 13:35:42 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q7q8ThZAW9HGDWaemSTS3A > > sub koha_object_class { > 'Koha::Preservation::Train::Item::Attribute'; >-- >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 30708
:
134715
|
134716
|
134732
|
134733
|
134734
|
134736
|
134737
|
134738
|
134782
|
134783
|
134784
|
134785
|
152939
|
152940
|
152941
|
152942
|
152943
|
152944
|
152945
|
152946
|
152947
|
152948
|
152949
|
152950
|
152951
|
152952
|
152953
|
152954
|
152955
|
152956
|
152957
|
152958
|
152959
|
152960
|
152961
|
152962
|
152963
|
152964
|
152965
|
152966
|
152967
|
152968
|
152969
|
152970
|
153102
|
153576
|
154167
|
154168
|
154169
|
154170
|
154171
|
154172
|
154173
|
154174
|
154175
|
154176
|
154177
|
154178
|
154179
|
154180
|
154181
|
154182
|
154183
|
154184
|
154185
|
154186
|
154187
|
154188
|
154189
|
154190
|
154191
|
154192
|
154193
|
154194
|
154195
|
154196
|
154197
|
154198
|
154199
|
154200
|
154201
|
154202
|
154203
|
156592
|
156596
|
156597
|
156636
|
156637
|
156638
|
156639
|
156640
|
156641
|
156642
|
156643
|
156644
|
156645
|
156646
|
156647
|
156648
|
156649
|
156650
|
156651
|
156652
|
156653
|
156654
|
156655
| 156656 |
156657
|
156658
|
156659
|
156660
|
156661
|
156662
|
156663
|
156664
|
156665
|
156666
|
156667
|
156668
|
156669
|
156670
|
156671
|
156672
|
156673
|
156674
|
156675
|
157502
|
157503
|
157506
|
157508
|
157512
|
157514
|
157557