From 736e2a440e1b6f38f73c3a34b82d95d746e03639 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 6 Oct 2015 10:39:26 -0300 Subject: [PATCH] Bug 10020: (RM followup) DBIx update Signed-off-by: Tomas Cohen Arazi --- 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(-) diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm index e9f8838..da4e94c 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/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 diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm index b61c0c7..0e55830 100644 --- a/Koha/Schema/Result/BorrowerModification.pm +++ b/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 diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm index 8c438ba..2b409b7 100644 --- a/Koha/Schema/Result/Deletedborrower.pm +++ b/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 -- 2.6.1