|
Lines 148-153
__PACKAGE__->belongs_to(
Link Here
|
| 148 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:14:31 |
148 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:14:31 |
| 149 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TfGf0U/vWS7IviRlvDdE1w |
149 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TfGf0U/vWS7IviRlvDdE1w |
| 150 |
|
150 |
|
|
|
151 |
__PACKAGE__->add_columns( |
| 152 |
'+archived' => { is_boolean => 1 }, |
| 153 |
'+branch_default' => { is_boolean => 1 }, |
| 154 |
); |
| 151 |
|
155 |
|
| 152 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
156 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 153 |
1; |
157 |
1; |
| 154 |
- |
|
|