Bug 34520: DBIC schema

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-11-01 15:24:43 -03:00
parent 3ff7771d94
commit c7571c6a32
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -410,7 +410,7 @@ __PACKAGE__->belongs_to(
{ {
is_deferrable => 1, is_deferrable => 1,
join_type => "LEFT", join_type => "LEFT",
on_delete => "CASCADE", on_delete => "SET NULL",
on_update => "CASCADE", on_update => "CASCADE",
}, },
); );
@ -456,8 +456,8 @@ __PACKAGE__->belongs_to(
); );
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-10 14:01:25 # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 18:21:38
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NO6FSSL1Hw3wBRGG6B5BnQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6BAjuPSwjtyWJaJN9fcOtg
__PACKAGE__->belongs_to( __PACKAGE__->belongs_to(
"item", "item",