|
Lines 268-273
__PACKAGE__->belongs_to(
Link Here
|
| 268 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-02 09:43:53 |
268 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-02 09:43:53 |
| 269 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CmeEcDhKl64qRkuBlsFMcg |
269 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CmeEcDhKl64qRkuBlsFMcg |
| 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 |
- |
|
|