|
Lines 144-149
__PACKAGE__->table("old_reserves");
Link Here
|
| 144 |
default_value: 0 |
144 |
default_value: 0 |
| 145 |
is_nullable: 0 |
145 |
is_nullable: 0 |
| 146 |
|
146 |
|
|
|
147 |
=head2 non_priority |
| 148 |
|
| 149 |
data_type: 'tinyint' |
| 150 |
default_value: 0 |
| 151 |
is_nullable: 0 |
| 152 |
|
| 147 |
=cut |
153 |
=cut |
| 148 |
|
154 |
|
| 149 |
__PACKAGE__->add_columns( |
155 |
__PACKAGE__->add_columns( |
|
Lines 201-206
__PACKAGE__->add_columns(
Link Here
|
| 201 |
{ data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, |
207 |
{ data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, |
| 202 |
"item_level_hold", |
208 |
"item_level_hold", |
| 203 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
209 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
|
|
210 |
"non_priority", |
| 211 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
| 204 |
); |
212 |
); |
| 205 |
|
213 |
|
| 206 |
=head1 PRIMARY KEY |
214 |
=head1 PRIMARY KEY |
|
Lines 298-310
__PACKAGE__->belongs_to(
Link Here
|
| 298 |
); |
306 |
); |
| 299 |
|
307 |
|
| 300 |
|
308 |
|
| 301 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-18 12:43:15 |
309 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-19 19:20:37 |
| 302 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4vMUC/1kSr3vgQ7n0Pmuug |
310 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Dov8h1qPOTI4pWBFUuaV2Q |
| 303 |
|
311 |
|
| 304 |
__PACKAGE__->add_columns( |
312 |
__PACKAGE__->add_columns( |
| 305 |
'+item_level_hold' => { is_boolean => 1 }, |
313 |
'+item_level_hold' => { is_boolean => 1 }, |
| 306 |
'+lowestPriority' => { is_boolean => 1 }, |
314 |
'+lowestPriority' => { is_boolean => 1 }, |
| 307 |
'+suspend' => { is_boolean => 1 } |
315 |
'+suspend' => { is_boolean => 1 }, |
|
|
316 |
'+non_priority' => { is_boolean => 1 } |
| 308 |
); |
317 |
); |
| 309 |
|
318 |
|
| 310 |
sub koha_object_class { |
319 |
sub koha_object_class { |