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

(-)a/Koha/Schema/Result/Illrequest.pm (-4 / +3 lines)
Lines 320-326 __PACKAGE__->belongs_to( Link Here
320
  {
320
  {
321
    is_deferrable => 1,
321
    is_deferrable => 1,
322
    join_type     => "LEFT",
322
    join_type     => "LEFT",
323
    on_delete     => "CASCADE",
323
    on_delete     => "SET NULL",
324
    on_update     => "CASCADE",
324
    on_update     => "CASCADE",
325
  },
325
  },
326
);
326
);
Lines 391-398 __PACKAGE__->belongs_to( Link Here
391
);
391
);
392
392
393
393
394
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-10 14:49:40
394
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-20 11:49:09
395
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DQl+7uwLCz5GeqU2hBFmMA
395
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:j2oiQexaFvCRT3zj6ntdpA
396
396
397
__PACKAGE__->has_many(
397
__PACKAGE__->has_many(
398
  "comments",
398
  "comments",
399
- 

Return to bug 32630