Lines 268-273
__PACKAGE__->belongs_to(
Link Here
|
268 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-11-06 09:22:45 |
268 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-11-06 09:22:45 |
269 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6CxX58+NO6TER1Tk8boZFQ |
269 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6CxX58+NO6TER1Tk8boZFQ |
270 |
|
270 |
|
|
|
271 |
__PACKAGE__->add_columns( |
272 |
'+old' => { is_boolean => 1 }, |
273 |
'+item_level_recall' => { is_boolean => 1 }, |
274 |
); |
271 |
|
275 |
|
272 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
273 |
1; |
276 |
1; |
274 |
- |
|
|