|
Lines 94-99
__PACKAGE__->set_primary_key("id");
Link Here
|
| 94 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-07 10:58:32 |
94 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-07 10:58:32 |
| 95 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QrBHiG/67sgZ5TLSvy731g |
95 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QrBHiG/67sgZ5TLSvy731g |
| 96 |
|
96 |
|
|
|
97 |
__PACKAGE__->add_columns( |
| 98 |
'+opac' => { is_boolean => 1 }, |
| 99 |
); |
| 100 |
|
| 101 |
__PACKAGE__->add_columns( |
| 102 |
'+staff_client' => { is_boolean => 1 }, |
| 103 |
); |
| 97 |
|
104 |
|
| 98 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
105 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 99 |
1; |
106 |
1; |
| 100 |
- |
|
|