Bugzilla – Attachment 126533 Details for
Bug 22785
Manage matches when importing through stage MARC record import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26326: DO NOT PUSH Schema changes
Bug-26326-DO-NOT-PUSH-Schema-changes.patch (text/plain), 1.41 KB, created by
Benjamin Daeuber
on 2021-10-19 20:21:32 UTC
(
hide
)
Description:
Bug 26326: DO NOT PUSH Schema changes
Filename:
MIME Type:
Creator:
Benjamin Daeuber
Created:
2021-10-19 20:21:32 UTC
Size:
1.41 KB
patch
obsolete
>From 4ae0be2859aeaffeeb90b795aeaee4a687e9b675 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 19 May 2021 12:54:16 +0000 >Subject: [PATCH] Bug 26326: DO NOT PUSH Schema changes > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >https://bugs.koha-community.org/show_bug.cgi?id=22785 >--- > Koha/Schema/Result/ImportRecordMatch.pm | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ImportRecordMatch.pm b/Koha/Schema/Result/ImportRecordMatch.pm >index ae09a53e7f..45c16acd97 100644 >--- a/Koha/Schema/Result/ImportRecordMatch.pm >+++ b/Koha/Schema/Result/ImportRecordMatch.pm >@@ -57,6 +57,20 @@ __PACKAGE__->add_columns( > { data_type => "integer", default_value => 0, is_nullable => 0 }, > ); > >+=head1 PRIMARY KEY >+ >+=over 4 >+ >+=item * L</import_record_id> >+ >+=item * L</candidate_match_id> >+ >+=back >+ >+=cut >+ >+__PACKAGE__->set_primary_key("import_record_id", "candidate_match_id"); >+ > =head1 RELATIONS > > =head2 import_record >@@ -75,8 +89,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kWU/SGWvZBBvVwEvDysrtA >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-05-19 12:52:00 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BfqOAZIqw158MQWhVQO/Bg > > sub koha_object_class { > 'Koha::Import::Record::Match'; >-- >2.20.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 22785
:
114813
|
114814
|
114815
|
114816
|
120995
|
120996
|
120997
|
121149
|
121167
|
121168
|
121169
|
121170
|
121171
|
121172
|
121173
|
121174
|
121204
|
121205
|
121206
|
121207
|
126369
|
126370
|
126371
|
126372
|
126522
|
126523
|
126524
|
126525
|
126531
|
126532
|
126533
|
126534
|
126535
|
126536
|
126537
|
126538
|
128820
|
128821
|
128822
|
128823
|
128824
|
130726
|
130727
|
130728
|
130729
|
130730
|
131143
|
131144
|
131145
|
131146
|
131147
|
133947
|
133948
|
133949
|
133950
|
133951
|
134127
|
134128
|
134129
|
134130
|
134131
|
134132
|
134219
|
134368
|
134369
|
134370
|
134371
|
134372
|
134373
|
134374
|
134575
|
134608