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

(-)a/Koha/Schema/Result/PreservationProcessing.pm (-1 / +6 lines)
Lines 111-116 __PACKAGE__->has_many( Link Here
111
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
111
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
112
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m7bHppTX3UpQY9CfmRPqQA
112
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m7bHppTX3UpQY9CfmRPqQA
113
113
114
sub koha_object_class {
115
    'Koha::Preservation::Processing';
116
}
117
sub koha_objects_class {
118
    'Koha::Preservation::Processings';
119
}
114
120
115
# You can replace this text with custom code or comments, and it will be preserved on regeneration
116
1;
121
1;
(-)a/Koha/Schema/Result/PreservationProcessingAttributesItem.pm (-1 / +6 lines)
Lines 108-113 __PACKAGE__->belongs_to( Link Here
108
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
108
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
109
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CiFAelBwfhQzRX1cL0ssqA
109
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CiFAelBwfhQzRX1cL0ssqA
110
110
111
sub koha_object_class {
112
    'Koha::Preservation::Train::Item::Attribute';
113
}
114
sub koha_objects_class {
115
    'Koha::Preservation::Train::Item::Attributes';
116
}
111
117
112
# You can replace this text with custom code or comments, and it will be preserved on regeneration
113
1;
118
1;
(-)a/Koha/Schema/Result/PreservationTrain.pm (-1 / +6 lines)
Lines 190-195 __PACKAGE__->has_many( Link Here
190
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
190
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
191
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ojxQ0wFj2datCPVjeuTBWw
191
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ojxQ0wFj2datCPVjeuTBWw
192
192
193
sub koha_object_class {
194
    'Koha::Preservation::Train';
195
}
196
sub koha_objects_class {
197
    'Koha::Preservation::Trains';
198
}
193
199
194
# You can replace this text with custom code or comments, and it will be preserved on regeneration
195
1;
200
1;
(-)a/Koha/Schema/Result/PreservationTrainsItem.pm (-2 / +6 lines)
Lines 190-195 __PACKAGE__->belongs_to( Link Here
190
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
190
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
191
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lpvjaV+qXrIDVlimBaycgA
191
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lpvjaV+qXrIDVlimBaycgA
192
192
193
sub koha_object_class {
194
    'Koha::Preservation::Train::Item';
195
}
196
sub koha_objects_class {
197
    'Koha::Preservation::Train::Items';
198
}
193
199
194
# You can replace this text with custom code or comments, and it will be preserved on regeneration
195
1;
200
1;
196
- 

Return to bug 30708