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

(-)a/Koha/Schema/Result/BiblioMetadata.pm (-4 / +3 lines)
Lines 156-169 __PACKAGE__->belongs_to( Link Here
156
  {
156
  {
157
    is_deferrable => 1,
157
    is_deferrable => 1,
158
    join_type     => "LEFT",
158
    join_type     => "LEFT",
159
    on_delete     => "CASCADE",
159
    on_delete     => "RESTRICT",
160
    on_update     => "CASCADE",
160
    on_update     => "CASCADE",
161
  },
161
  },
162
);
162
);
163
163
164
164
165
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-26 13:23:00
165
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-29 11:24:56
166
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pQ87jRoTMpqkm8GPh/tpHQ
166
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cFzrl0G1QY7nSLwLzecc+Q
167
167
168
sub koha_object_class {
168
sub koha_object_class {
169
    'Koha::Biblio::Metadata';
169
    'Koha::Biblio::Metadata';
170
- 

Return to bug 37419