|
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 697-702
__PACKAGE__->add_columns(
Link Here
|
| 697 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
705 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 698 |
"dateexpiry", |
706 |
"dateexpiry", |
| 699 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
707 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
|
|
708 |
"password_expiration_date", |
| 709 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 700 |
"date_renewed", |
710 |
"date_renewed", |
| 701 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
711 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 702 |
"gonenoaddress", |
712 |
"gonenoaddress", |
|
Lines 810-817
__PACKAGE__->add_columns(
Link Here
|
| 810 |
); |
820 |
); |
| 811 |
|
821 |
|
| 812 |
|
822 |
|
| 813 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-24 10:20:07 |
823 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-25 11:26:01 |
| 814 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JvVxPJOrg5reWvl+gg9Q2A |
824 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6/X2K+fPy63SQaM1AdlIcw |
| 815 |
|
825 |
|
| 816 |
__PACKAGE__->add_columns( |
826 |
__PACKAGE__->add_columns( |
| 817 |
'+anonymized' => { is_boolean => 1 }, |
827 |
'+anonymized' => { is_boolean => 1 }, |
| 818 |
- |
|
|