|
Lines 296-301
date the patron was added to Koha (YYYY-MM-DD)
Link Here
|
| 296 |
|
296 |
|
| 297 |
date the patron/borrower's card is set to expire (YYYY-MM-DD) |
297 |
date the patron/borrower's card is set to expire (YYYY-MM-DD) |
| 298 |
|
298 |
|
|
|
299 |
=head2 password_expiration_date |
| 300 |
|
| 301 |
data_type: 'date' |
| 302 |
datetime_undef_if_invalid: 1 |
| 303 |
is_nullable: 1 |
| 304 |
|
| 305 |
date the patron/borrower's password is set to expire (YYYY-MM-DD) |
| 306 |
|
| 299 |
=head2 date_renewed |
307 |
=head2 date_renewed |
| 300 |
|
308 |
|
| 301 |
data_type: 'date' |
309 |
data_type: 'date' |
|
Lines 696-701
__PACKAGE__->add_columns(
Link Here
|
| 696 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
704 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 697 |
"dateexpiry", |
705 |
"dateexpiry", |
| 698 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
706 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
|
|
707 |
"password_expiration_date", |
| 708 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 699 |
"date_renewed", |
709 |
"date_renewed", |
| 700 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
710 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
| 701 |
"gonenoaddress", |
711 |
"gonenoaddress", |
|
Lines 1905-1912
Composing rels: L</aqorder_users> -> ordernumber
Link Here
|
| 1905 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
1915 |
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); |
| 1906 |
|
1916 |
|
| 1907 |
|
1917 |
|
| 1908 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-09-20 12:00:15 |
1918 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-01-20 11:19:08 |
| 1909 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9g9WsdsdPINi2NP4H2A+CA |
1919 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Eb7yQbnkqAKiHeMOlnH5uQ |
| 1910 |
|
1920 |
|
| 1911 |
__PACKAGE__->add_columns( |
1921 |
__PACKAGE__->add_columns( |
| 1912 |
'+anonymized' => { is_boolean => 1 }, |
1922 |
'+anonymized' => { is_boolean => 1 }, |