Lines 334-339
date of last renewal for the subscription
Link Here
|
334 |
|
334 |
|
335 |
collection code to assign to serial items |
335 |
collection code to assign to serial items |
336 |
|
336 |
|
|
|
337 |
=head2 auto_claim_enabled |
338 |
|
339 |
data_type: 'tinyint' |
340 |
default_value: 0 |
341 |
is_nullable: 0 |
342 |
|
343 |
enable automatic claiming |
344 |
|
337 |
=head2 published_on_template |
345 |
=head2 published_on_template |
338 |
|
346 |
|
339 |
data_type: 'text' |
347 |
data_type: 'text' |
Lines 432-437
__PACKAGE__->add_columns(
Link Here
|
432 |
{ data_type => "integer", is_nullable => 1 }, |
440 |
{ data_type => "integer", is_nullable => 1 }, |
433 |
"ccode", |
441 |
"ccode", |
434 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
442 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
|
|
443 |
"auto_claim_enabled", |
444 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
435 |
"published_on_template", |
445 |
"published_on_template", |
436 |
{ data_type => "text", is_nullable => 1 }, |
446 |
{ data_type => "text", is_nullable => 1 }, |
437 |
); |
447 |
); |
Lines 566-573
__PACKAGE__->has_many(
Link Here
|
566 |
); |
576 |
); |
567 |
|
577 |
|
568 |
|
578 |
|
569 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-07-14 11:46:15 |
579 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-09-08 20:01:50 |
570 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LICIiWzag365cUAq5OYD2A |
580 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:D8NZJQ5sMmtZT22baqLcsQ |
571 |
|
581 |
|
572 |
__PACKAGE__->has_many( |
582 |
__PACKAGE__->has_many( |
573 |
"additional_field_values", |
583 |
"additional_field_values", |
574 |
- |
|
|