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

(-)a/Koha/Schema/Result/Borrower.pm (-18 / +2 lines)
Lines 285-302 __PACKAGE__->table("borrowers"); Link Here
285
  is_nullable: 1
285
  is_nullable: 1
286
  size: 100
286
  size: 100
287
287
288
=head2 ethnicity
289
290
  data_type: 'varchar'
291
  is_nullable: 1
292
  size: 50
293
294
=head2 ethnotes
295
296
  data_type: 'varchar'
297
  is_nullable: 1
298
  size: 255
299
300
=head2 sex
288
=head2 sex
301
289
302
  data_type: 'varchar'
290
  data_type: 'varchar'
Lines 534-543 __PACKAGE__->add_columns( Link Here
534
  { data_type => "mediumtext", is_nullable => 1 },
522
  { data_type => "mediumtext", is_nullable => 1 },
535
  "relationship",
523
  "relationship",
536
  { data_type => "varchar", is_nullable => 1, size => 100 },
524
  { data_type => "varchar", is_nullable => 1, size => 100 },
537
  "ethnicity",
538
  { data_type => "varchar", is_nullable => 1, size => 50 },
539
  "ethnotes",
540
  { data_type => "varchar", is_nullable => 1, size => 255 },
541
  "sex",
525
  "sex",
542
  { data_type => "varchar", is_nullable => 1, size => 1 },
526
  { data_type => "varchar", is_nullable => 1, size => 1 },
543
  "password",
527
  "password",
Lines 1154-1161 Composing rels: L</aqorder_users> -> ordernumber Link Here
1154
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber");
1138
__PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber");
1155
1139
1156
1140
1157
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-27 16:08:40
1141
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42
1158
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z50zYBD3Hqlv5/EnoLnyZw
1142
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AdaMeazHWWCtMM7rvKX9Lg
1159
1143
1160
1144
1161
# You can replace this text with custom content, and it will be preserved on regeneration
1145
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/BorrowerModification.pm (-18 / +2 lines)
Lines 295-312 __PACKAGE__->table("borrower_modifications"); Link Here
295
  is_nullable: 1
295
  is_nullable: 1
296
  size: 100
296
  size: 100
297
297
298
=head2 ethnicity
299
300
  data_type: 'varchar'
301
  is_nullable: 1
302
  size: 50
303
304
=head2 ethnotes
305
306
  data_type: 'varchar'
307
  is_nullable: 1
308
  size: 255
309
310
=head2 sex
298
=head2 sex
311
299
312
  data_type: 'varchar'
300
  data_type: 'varchar'
Lines 540-549 __PACKAGE__->add_columns( Link Here
540
  { data_type => "mediumtext", is_nullable => 1 },
528
  { data_type => "mediumtext", is_nullable => 1 },
541
  "relationship",
529
  "relationship",
542
  { data_type => "varchar", is_nullable => 1, size => 100 },
530
  { data_type => "varchar", is_nullable => 1, size => 100 },
543
  "ethnicity",
544
  { data_type => "varchar", is_nullable => 1, size => 50 },
545
  "ethnotes",
546
  { data_type => "varchar", is_nullable => 1, size => 255 },
547
  "sex",
531
  "sex",
548
  { data_type => "varchar", is_nullable => 1, size => 1 },
532
  { data_type => "varchar", is_nullable => 1, size => 1 },
549
  "password",
533
  "password",
Lines 599-606 __PACKAGE__->add_columns( Link Here
599
__PACKAGE__->set_primary_key("verification_token", "borrowernumber");
583
__PACKAGE__->set_primary_key("verification_token", "borrowernumber");
600
584
601
585
602
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05
586
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42
603
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xUfsaCL/IR4h5U7AKHmFzw
587
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vZ9XjkjQv0q6l2kW3KMsLg
604
588
605
589
606
# You can replace this text with custom content, and it will be preserved on regeneration
590
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/Deletedborrower.pm (-19 / +2 lines)
Lines 283-300 __PACKAGE__->table("deletedborrowers"); Link Here
283
  is_nullable: 1
283
  is_nullable: 1
284
  size: 100
284
  size: 100
285
285
286
=head2 ethnicity
287
288
  data_type: 'varchar'
289
  is_nullable: 1
290
  size: 50
291
292
=head2 ethnotes
293
294
  data_type: 'varchar'
295
  is_nullable: 1
296
  size: 255
297
298
=head2 sex
286
=head2 sex
299
287
300
  data_type: 'varchar'
288
  data_type: 'varchar'
Lines 520-529 __PACKAGE__->add_columns( Link Here
520
  { data_type => "mediumtext", is_nullable => 1 },
508
  { data_type => "mediumtext", is_nullable => 1 },
521
  "relationship",
509
  "relationship",
522
  { data_type => "varchar", is_nullable => 1, size => 100 },
510
  { data_type => "varchar", is_nullable => 1, size => 100 },
523
  "ethnicity",
524
  { data_type => "varchar", is_nullable => 1, size => 50 },
525
  "ethnotes",
526
  { data_type => "varchar", is_nullable => 1, size => 255 },
527
  "sex",
511
  "sex",
528
  { data_type => "varchar", is_nullable => 1, size => 1 },
512
  { data_type => "varchar", is_nullable => 1, size => 1 },
529
  "password",
513
  "password",
Lines 565-572 __PACKAGE__->add_columns( Link Here
565
);
549
);
566
550
567
551
568
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05
552
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42
569
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cRaxMYFjVG7JB7AvsdCweg
553
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NofxbMGIuZqlGCqvjPEI1Q
570
554
571
555
572
# You can replace this text with custom content, and it will be preserved on regeneration
556
# You can replace this text with custom content, and it will be preserved on regeneration
573
- 

Return to bug 10020