Bug 12267 - Update DB Schema files
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 25 Apr 2016 18:10:08 +0000 (18:10 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 25 Apr 2016 18:10:24 +0000 (18:10 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Koha/Schema/Result/BorrowerAttribute.pm
Koha/Schema/Result/BorrowerAttributeType.pm

index 0b7a96c..1406135 100644 (file)
@@ -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
index f2ff811..47fc12f 100644 (file)
@@ -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