View | Details | Raw Unified | Return to bug 35659
Collapse All | Expand All

(-)a/Koha/Schema/Result/OaiServer.pm (-1 / +7 lines)
Lines 124-128 __PACKAGE__->set_primary_key("oai_server_id"); Link Here
124
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-31 14:51:58
124
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-31 14:51:58
125
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HeQgY+4P10NKCtLqdExv+g
125
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HeQgY+4P10NKCtLqdExv+g
126
126
127
sub koha_object_class {
128
    'Koha::OAIServer';
129
}
130
sub koha_objects_class {
131
    'Koha::OAIServers';
132
}
133
127
# You can replace this text with custom code or comments, and it will be preserved on regeneration
134
# You can replace this text with custom code or comments, and it will be preserved on regeneration
128
1;
135
1;
129
- 

Return to bug 35659