@@ -, +, @@ --- Koha/Schema/Result/Borrower.pm | 20 ++------------------ Koha/Schema/Result/BorrowerModification.pm | 20 ++------------------ Koha/Schema/Result/Deletedborrower.pm | 20 ++------------------ 3 files changed, 6 insertions(+), 54 deletions(-) --- a/Koha/Schema/Result/Borrower.pm +++ a/Koha/Schema/Result/Borrower.pm @@ -285,18 +285,6 @@ __PACKAGE__->table("borrowers"); is_nullable: 1 size: 100 -=head2 ethnicity - - data_type: 'varchar' - is_nullable: 1 - size: 50 - -=head2 ethnotes - - data_type: 'varchar' - is_nullable: 1 - size: 255 - =head2 sex data_type: 'varchar' @@ -534,10 +522,6 @@ __PACKAGE__->add_columns( { data_type => "mediumtext", is_nullable => 1 }, "relationship", { data_type => "varchar", is_nullable => 1, size => 100 }, - "ethnicity", - { data_type => "varchar", is_nullable => 1, size => 50 }, - "ethnotes", - { data_type => "varchar", is_nullable => 1, size => 255 }, "sex", { data_type => "varchar", is_nullable => 1, size => 1 }, "password", @@ -1154,8 +1138,8 @@ Composing rels: L -> ordernumber __PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-27 16:08:40 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z50zYBD3Hqlv5/EnoLnyZw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AdaMeazHWWCtMM7rvKX9Lg # You can replace this text with custom content, and it will be preserved on regeneration --- a/Koha/Schema/Result/BorrowerModification.pm +++ a/Koha/Schema/Result/BorrowerModification.pm @@ -295,18 +295,6 @@ __PACKAGE__->table("borrower_modifications"); is_nullable: 1 size: 100 -=head2 ethnicity - - data_type: 'varchar' - is_nullable: 1 - size: 50 - -=head2 ethnotes - - data_type: 'varchar' - is_nullable: 1 - size: 255 - =head2 sex data_type: 'varchar' @@ -540,10 +528,6 @@ __PACKAGE__->add_columns( { data_type => "mediumtext", is_nullable => 1 }, "relationship", { data_type => "varchar", is_nullable => 1, size => 100 }, - "ethnicity", - { data_type => "varchar", is_nullable => 1, size => 50 }, - "ethnotes", - { data_type => "varchar", is_nullable => 1, size => 255 }, "sex", { data_type => "varchar", is_nullable => 1, size => 1 }, "password", @@ -599,8 +583,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("verification_token", "borrowernumber"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xUfsaCL/IR4h5U7AKHmFzw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vZ9XjkjQv0q6l2kW3KMsLg # You can replace this text with custom content, and it will be preserved on regeneration --- a/Koha/Schema/Result/Deletedborrower.pm +++ a/Koha/Schema/Result/Deletedborrower.pm @@ -283,18 +283,6 @@ __PACKAGE__->table("deletedborrowers"); is_nullable: 1 size: 100 -=head2 ethnicity - - data_type: 'varchar' - is_nullable: 1 - size: 50 - -=head2 ethnotes - - data_type: 'varchar' - is_nullable: 1 - size: 255 - =head2 sex data_type: 'varchar' @@ -520,10 +508,6 @@ __PACKAGE__->add_columns( { data_type => "mediumtext", is_nullable => 1 }, "relationship", { data_type => "varchar", is_nullable => 1, size => 100 }, - "ethnicity", - { data_type => "varchar", is_nullable => 1, size => 50 }, - "ethnotes", - { data_type => "varchar", is_nullable => 1, size => 255 }, "sex", { data_type => "varchar", is_nullable => 1, size => 1 }, "password", @@ -565,8 +549,8 @@ __PACKAGE__->add_columns( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cRaxMYFjVG7JB7AvsdCweg +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NofxbMGIuZqlGCqvjPEI1Q # You can replace this text with custom content, and it will be preserved on regeneration --