@@ -, +, @@ --- Koha/Schema/Result/AqbooksellerInterface.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/Koha/Schema/Result/AqbooksellerInterface.pm +++ a/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 +=item * L =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 --