Bug 15524: (RM follow-up) Update schema files
authorNick Clemens <nick@bywatersolutions.com>
Sat, 25 Aug 2018 15:16:47 +0000 (15:16 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Sat, 25 Aug 2018 19:06:39 +0000 (19:06 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Schema/Result/BranchBorrowerCircRule.pm
Koha/Schema/Result/DefaultBorrowerCircRule.pm

index 1c8ce6a..be6cd45 100644 (file)
@@ -47,6 +47,11 @@ __PACKAGE__->table("branch_borrower_circ_rules");
   data_type: 'integer'
   is_nullable: 1
 
+=head2 max_holds
+
+  data_type: 'integer'
+  is_nullable: 1
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -58,6 +63,8 @@ __PACKAGE__->add_columns(
   { data_type => "integer", is_nullable => 1 },
   "maxonsiteissueqty",
   { data_type => "integer", is_nullable => 1 },
+  "max_holds",
+  { data_type => "integer", is_nullable => 1 },
 );
 
 =head1 PRIMARY KEY
@@ -107,8 +114,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MrhgFhfjV71AC5PXmvRPzg
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-08-25 15:10:08
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lgs8B3omV3Au570af/VF2g
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration
index 87bf681..407b911 100644 (file)
@@ -40,6 +40,11 @@ __PACKAGE__->table("default_borrower_circ_rules");
   data_type: 'integer'
   is_nullable: 1
 
+=head2 max_holds
+
+  data_type: 'integer'
+  is_nullable: 1
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -49,6 +54,8 @@ __PACKAGE__->add_columns(
   { data_type => "integer", is_nullable => 1 },
   "maxonsiteissueqty",
   { data_type => "integer", is_nullable => 1 },
+  "max_holds",
+  { data_type => "integer", is_nullable => 1 },
 );
 
 =head1 PRIMARY KEY
@@ -81,8 +88,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EQ8PdQhM6+5K582+AL5ZXQ
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-08-25 15:10:09
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hv9wFvd5mb8Ch7RPCZynoA
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration