View | Details | Raw Unified | Return to bug 6758
Collapse All | Expand All

(-)a/Koha/Schema/Result/Borrower.pm (-2 / +10 lines)
Lines 232-237 __PACKAGE__->table("borrowers"); Link Here
232
  datetime_undef_if_invalid: 1
232
  datetime_undef_if_invalid: 1
233
  is_nullable: 1
233
  is_nullable: 1
234
234
235
=head2 date_renewed
236
237
  data_type: 'date'
238
  datetime_undef_if_invalid: 1
239
  is_nullable: 1
240
235
=head2 gonenoaddress
241
=head2 gonenoaddress
236
242
237
  data_type: 'tinyint'
243
  data_type: 'tinyint'
Lines 539-544 __PACKAGE__->add_columns( Link Here
539
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
545
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
540
  "dateexpiry",
546
  "dateexpiry",
541
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
547
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
548
  "date_renewed",
549
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
542
  "gonenoaddress",
550
  "gonenoaddress",
543
  { data_type => "tinyint", is_nullable => 1 },
551
  { data_type => "tinyint", is_nullable => 1 },
544
  "lost",
552
  "lost",
Lines 1341-1348 Composing rels: L</aqorder_users> -> ordernumber Link Here
1341
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber");
1349
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber");
1342
1350
1343
1351
1344
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-02-10 07:30:06
1352
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-24 23:37:35
1345
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:35WEsGd5LmkZ3bB486M1yA
1353
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PuFTFgLp7/XhEH175oRYKA
1346
1354
1347
__PACKAGE__->belongs_to(
1355
__PACKAGE__->belongs_to(
1348
    "guarantor",
1356
    "guarantor",
(-)a/Koha/Schema/Result/BorrowerModification.pm (-2 / +10 lines)
Lines 242-247 __PACKAGE__->table("borrower_modifications"); Link Here
242
  datetime_undef_if_invalid: 1
242
  datetime_undef_if_invalid: 1
243
  is_nullable: 1
243
  is_nullable: 1
244
244
245
=head2 date_renewed
246
247
  data_type: 'date'
248
  datetime_undef_if_invalid: 1
249
  is_nullable: 1
250
245
=head2 gonenoaddress
251
=head2 gonenoaddress
246
252
247
  data_type: 'tinyint'
253
  data_type: 'tinyint'
Lines 513-518 __PACKAGE__->add_columns( Link Here
513
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
519
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
514
  "dateexpiry",
520
  "dateexpiry",
515
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
521
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
522
  "date_renewed",
523
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
516
  "gonenoaddress",
524
  "gonenoaddress",
517
  { data_type => "tinyint", is_nullable => 1 },
525
  { data_type => "tinyint", is_nullable => 1 },
518
  "lost",
526
  "lost",
Lines 590-597 __PACKAGE__->add_columns( Link Here
590
__PACKAGE__->set_primary_key("verification_token", "borrowernumber");
598
__PACKAGE__->set_primary_key("verification_token", "borrowernumber");
591
599
592
600
593
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-12-12 20:04:12
601
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-24 23:37:35
594
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IZNhBX5Bj+x4S8JCWG+7lA
602
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Clv2iB+tgwqf+MNkk+NQ
595
603
596
604
597
# You can replace this text with custom content, and it will be preserved on regeneration
605
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/Deletedborrower.pm (-3 / +10 lines)
Lines 230-235 __PACKAGE__->table("deletedborrowers"); Link Here
230
  datetime_undef_if_invalid: 1
230
  datetime_undef_if_invalid: 1
231
  is_nullable: 1
231
  is_nullable: 1
232
232
233
=head2 date_renewed
234
235
  data_type: 'date'
236
  datetime_undef_if_invalid: 1
237
  is_nullable: 1
238
233
=head2 gonenoaddress
239
=head2 gonenoaddress
234
240
235
  data_type: 'tinyint'
241
  data_type: 'tinyint'
Lines 524-529 __PACKAGE__->add_columns( Link Here
524
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
530
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
525
  "dateexpiry",
531
  "dateexpiry",
526
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
532
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
533
  "date_renewed",
534
  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
527
  "gonenoaddress",
535
  "gonenoaddress",
528
  { data_type => "tinyint", is_nullable => 1 },
536
  { data_type => "tinyint", is_nullable => 1 },
529
  "lost",
537
  "lost",
Lines 611-618 __PACKAGE__->add_columns( Link Here
611
);
619
);
612
620
613
621
614
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-02-10 07:30:06
622
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-24 23:28:14
615
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tq4JDUSFKuU5K69TTVSkVg
623
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m7zTDyvZAShABT/22RNjaA
616
624
617
625
618
# You can replace this text with custom code or comments, and it will be preserved on regeneration
626
# You can replace this text with custom code or comments, and it will be preserved on regeneration
619
- 

Return to bug 6758