Bugzilla – Attachment 149630 Details for
Bug 33103
Add vendor aliases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33103: DBIC changes
Bug-33103-DBIC-changes.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2023-04-14 06:06:36 UTC
(
hide
)
Description:
Bug 33103: DBIC changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-14 06:06:36 UTC
Size:
1.56 KB
patch
obsolete
>From 92c15a1096cce2f7a9c64ed7882a9cbca5aa5a10 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 14 Apr 2023 08:06:06 +0200 >Subject: [PATCH] Bug 33103: DBIC changes > >--- > Koha/Schema/Result/AqbooksellerAlias.pm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/AqbooksellerAlias.pm b/Koha/Schema/Result/AqbooksellerAlias.pm >index 95ba55827ab..658b1ba7175 100644 >--- a/Koha/Schema/Result/AqbooksellerAlias.pm >+++ b/Koha/Schema/Result/AqbooksellerAlias.pm >@@ -23,7 +23,7 @@ __PACKAGE__->table("aqbookseller_aliases"); > > =head1 ACCESSORS > >-=head2 id >+=head2 alias_id > > data_type: 'integer' > is_auto_increment: 1 >@@ -50,7 +50,7 @@ the alias > =cut > > __PACKAGE__->add_columns( >- "id", >+ "alias_id", > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "vendor_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, >@@ -62,13 +62,13 @@ __PACKAGE__->add_columns( > > =over 4 > >-=item * L</id> >+=item * L</alias_id> > > =back > > =cut > >-__PACKAGE__->set_primary_key("id"); >+__PACKAGE__->set_primary_key("alias_id"); > > =head1 RELATIONS > >@@ -88,8 +88,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-01 10:07:31 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9s3K0S0BfrHLN/V3X9DB1A >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-14 06:02:38 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1y/VlLZlf+4xAL8uehDAuQ > > sub koha_object_class { > 'Koha::Acquisition::Bookseller::Alias'; >-- >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 33103
:
147621
|
147622
|
147623
|
147624
|
147625
|
147626
|
147627
|
147628
|
147629
|
147630
|
147645
|
147646
|
147647
|
147648
|
147649
|
147650
|
147651
|
147652
|
147653
|
147654
|
147827
|
148448
|
148449
|
148450
|
148451
|
148452
|
148453
|
148454
|
148455
|
148456
|
148457
|
148458
|
149414
|
149419
|
149479
|
149480
|
149481
|
149482
|
149483
|
149484
|
149485
|
149486
|
149487
|
149488
|
149489
|
149490
|
149491
|
149606
|
149607
|
149608
|
149609
|
149629
|
149630
|
149788