|
Lines 294-299
date the patron was added to Koha (YYYY-MM-DD)
Link Here
|
| 294 |
|
294 |
|
| 295 |
date the patron/borrower's card is set to expire (YYYY-MM-DD) |
295 |
date the patron/borrower's card is set to expire (YYYY-MM-DD) |
| 296 |
|
296 |
|
|
|
297 |
=head2 password_expiration_date |
| 298 |
|
| 299 |
data_type: 'date' |
| 300 |
datetime_undef_if_invalid: 1 |
| 301 |
is_nullable: 1 |
| 302 |
|
| 303 |
date the patron/borrower's password is set to expire (YYYY-MM-DD) |
| 304 |
|
| 297 |
=head2 date_renewed |
305 |
=head2 date_renewed |
| 298 |
|
306 |
|
| 299 |
data_type: 'date' |
307 |
data_type: 'date' |
|
Lines 681-686
__PACKAGE__->add_columns(
Link Here
|
| 681 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
689 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 682 |
"dateexpiry", |
690 |
"dateexpiry", |
| 683 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
691 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
|
|
692 |
"password_expiration_date", |
| 693 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 684 |
"date_renewed", |
694 |
"date_renewed", |
| 685 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
695 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 686 |
"gonenoaddress", |
696 |
"gonenoaddress", |
|
Lines 785-792
__PACKAGE__->add_columns(
Link Here
|
| 785 |
); |
795 |
); |
| 786 |
|
796 |
|
| 787 |
|
797 |
|
| 788 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-07-12 13:40:00 |
798 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-23 15:22:51 |
| 789 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9q8LmKrfO6bAAFaJ4Z3Jrg |
799 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M0cPzuYz3+z4EJZ+oB+ycA |
| 790 |
|
800 |
|
| 791 |
__PACKAGE__->add_columns( |
801 |
__PACKAGE__->add_columns( |
| 792 |
'+anonymized' => { is_boolean => 1 }, |
802 |
'+anonymized' => { is_boolean => 1 }, |
| 793 |
- |
|
|