|
Lines 2061-2066
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission");
Link Here
|
| 2061 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-10 17:43:30 |
2061 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-10 17:43:30 |
| 2062 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5hh2lGCcKclyTnY7KNPkvg |
2062 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5hh2lGCcKclyTnY7KNPkvg |
| 2063 |
|
2063 |
|
|
|
2064 |
__PACKAGE__->has_many( |
| 2065 |
"restrictions", |
| 2066 |
"Koha::Schema::Result::BorrowerDebarment", |
| 2067 |
{ "foreign.borrowernumber" => "self.borrowernumber" }, |
| 2068 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 2069 |
); |
| 2070 |
|
| 2064 |
__PACKAGE__->has_many( |
2071 |
__PACKAGE__->has_many( |
| 2065 |
"extended_attributes", |
2072 |
"extended_attributes", |
| 2066 |
"Koha::Schema::Result::BorrowerAttribute", |
2073 |
"Koha::Schema::Result::BorrowerAttribute", |