Bugzilla – Attachment 149632 Details for
Bug 33104
Add vendor interfaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33104: DBIC changes
Bug-33104-DBIC-changes.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2023-04-14 06:15:24 UTC
(
hide
)
Description:
Bug 33104: DBIC changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-14 06:15:24 UTC
Size:
1.63 KB
patch
obsolete
>From abff071b466597f8d0c30fbecd720c173da46bde Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 14 Apr 2023 08:14:55 +0200 >Subject: [PATCH] Bug 33104: DBIC changes > >--- > Koha/Schema/Result/AqbooksellerInterface.pm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/AqbooksellerInterface.pm b/Koha/Schema/Result/AqbooksellerInterface.pm >index 6d9496ef132..c37d9d7a806 100644 >--- a/Koha/Schema/Result/AqbooksellerInterface.pm >+++ b/Koha/Schema/Result/AqbooksellerInterface.pm >@@ -23,7 +23,7 @@ __PACKAGE__->table("aqbookseller_interfaces"); > > =head1 ACCESSORS > >-=head2 id >+=head2 interface_id > > data_type: 'integer' > is_auto_increment: 1 >@@ -94,7 +94,7 @@ notes > =cut > > __PACKAGE__->add_columns( >- "id", >+ "interface_id", > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "vendor_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, >@@ -118,13 +118,13 @@ __PACKAGE__->add_columns( > > =over 4 > >-=item * L</id> >+=item * L</interface_id> > > =back > > =cut > >-__PACKAGE__->set_primary_key("id"); >+__PACKAGE__->set_primary_key("interface_id"); > > =head1 RELATIONS > >@@ -144,8 +144,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-02 14:22:08 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x1agzLqSW4QKvQq5CHKkjQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-14 06:13:36 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:trD3yQfHdRyMiHpPkMUHVw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 33104
:
147632
|
147633
|
147634
|
147635
|
147636
|
147637
|
147638
|
147639
|
148459
|
148460
|
148461
|
148462
|
148463
|
148464
|
148465
|
148466
|
148473
|
148474
|
148475
|
148476
|
148477
|
148478
|
148479
|
148480
|
149375
|
149420
|
149421
|
149422
|
149431
|
149492
|
149493
|
149494
|
149495
|
149496
|
149497
|
149498
|
149499
|
149500
|
149501
|
149502
|
149503
|
149631
| 149632