Bug 9530: Update DBIx
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 27 Oct 2014 13:46:05 +0000 (10:46 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 27 Oct 2014 13:46:05 +0000 (10:46 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

Koha/Schema/Result/Branch.pm

index ec25add..68a92d9 100644 (file)
@@ -86,6 +86,16 @@ __PACKAGE__->table("branches");
   data_type: 'mediumtext'
   is_nullable: 1
 
+=head2 branchreplyto
+
+  data_type: 'mediumtext'
+  is_nullable: 1
+
+=head2 branchreturnpath
+
+  data_type: 'mediumtext'
+  is_nullable: 1
+
 =head2 branchurl
 
   data_type: 'mediumtext'
@@ -145,6 +155,10 @@ __PACKAGE__->add_columns(
   { data_type => "mediumtext", is_nullable => 1 },
   "branchemail",
   { data_type => "mediumtext", is_nullable => 1 },
+  "branchreplyto",
+  { data_type => "mediumtext", is_nullable => 1 },
+  "branchreturnpath",
+  { data_type => "mediumtext", is_nullable => 1 },
   "branchurl",
   { data_type => "mediumtext", is_nullable => 1 },
   "issuing",
@@ -484,8 +498,8 @@ Composing rels: L</branchrelations> -> categorycode
 __PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode");
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-04-08 22:40:15
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1RVlM6TXiG4B7szUQSN64Q
+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-27 10:44:50
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WRCu1ThkQVx+o7/ECe0j2A
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration