|
Lines 708-714
__PACKAGE__->belongs_to(
Link Here
|
| 708 |
"branchcode", |
708 |
"branchcode", |
| 709 |
"Koha::Schema::Result::Branch", |
709 |
"Koha::Schema::Result::Branch", |
| 710 |
{ branchcode => "branchcode" }, |
710 |
{ branchcode => "branchcode" }, |
| 711 |
{ is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, |
711 |
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, |
| 712 |
); |
712 |
); |
| 713 |
|
713 |
|
| 714 |
=head2 categorycode |
714 |
=head2 categorycode |
|
Lines 723-729
__PACKAGE__->belongs_to(
Link Here
|
| 723 |
"categorycode", |
723 |
"categorycode", |
| 724 |
"Koha::Schema::Result::Category", |
724 |
"Koha::Schema::Result::Category", |
| 725 |
{ categorycode => "categorycode" }, |
725 |
{ categorycode => "categorycode" }, |
| 726 |
{ is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, |
726 |
{ is_deferrable => 1, on_delete => "RESTRICT", on_update => "RESTRICT" }, |
| 727 |
); |
727 |
); |
| 728 |
|
728 |
|
| 729 |
=head2 course_instructors |
729 |
=head2 course_instructors |
|
Lines 1072-1079
Composing rels: L</course_instructors> -> course
Link Here
|
| 1072 |
__PACKAGE__->many_to_many("courses", "course_instructors", "course"); |
1072 |
__PACKAGE__->many_to_many("courses", "course_instructors", "course"); |
| 1073 |
|
1073 |
|
| 1074 |
|
1074 |
|
| 1075 |
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-31 16:31:19 |
1075 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-07-11 09:26:55 |
| 1076 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z4kW3xYX1CyrwvGdZu32nA |
1076 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5cfpOojccKCoVRMj+0mWHg |
| 1077 |
|
1077 |
|
| 1078 |
|
1078 |
|
| 1079 |
# You can replace this text with custom content, and it will be preserved on regeneration |
1079 |
# You can replace this text with custom content, and it will be preserved on regeneration |