From 9648cd2917f4b530c9da9b39e4fe606e457511a2 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 25 Apr 2016 18:10:08 +0000 Subject: [PATCH] Bug 12267 - Update DB Schema files Signed-off-by: Kyle M Hall --- Koha/Schema/Result/BorrowerAttribute.pm | 12 ++---------- Koha/Schema/Result/BorrowerAttributeType.pm | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Koha/Schema/Result/BorrowerAttribute.pm b/Koha/Schema/Result/BorrowerAttribute.pm index 0b7a96c087..1406135ba0 100644 --- a/Koha/Schema/Result/BorrowerAttribute.pm +++ b/Koha/Schema/Result/BorrowerAttribute.pm @@ -42,12 +42,6 @@ __PACKAGE__->table("borrower_attributes"); is_nullable: 1 size: 255 -=head2 password - - data_type: 'varchar' - is_nullable: 1 - size: 64 - =cut __PACKAGE__->add_columns( @@ -57,8 +51,6 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 }, "attribute", { data_type => "varchar", is_nullable => 1, size => 255 }, - "password", - { data_type => "varchar", is_nullable => 1, size => 64 }, ); =head1 RELATIONS @@ -94,8 +86,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9oRy+X25+b7vB03WSnpFTg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-25 18:09:15 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GfEFw+6mgaFw6Q8dktPtGw # You can replace this text with custom content, and it will be preserved on regeneration diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm index f2ff81153c..47fc12f34e 100644 --- a/Koha/Schema/Result/BorrowerAttributeType.pm +++ b/Koha/Schema/Result/BorrowerAttributeType.pm @@ -53,12 +53,6 @@ __PACKAGE__->table("borrower_attribute_types"); default_value: 0 is_nullable: 0 -=head2 password_allowed - - data_type: 'tinyint' - default_value: 0 - is_nullable: 0 - =head2 staff_searchable data_type: 'tinyint' @@ -103,8 +97,6 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "opac_display", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, - "password_allowed", - { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "staff_searchable", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "authorised_value_category", @@ -162,8 +154,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-01-13 13:14:54 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9fLFZ/u89xmeCollneyUIg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-25 18:09:15 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KzCA3jRyp/uqYdrHFXaw7Q # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2