From 923eeea113f5779938fdf83fed4db7f9eb1e746f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 2 Feb 2018 14:54:06 +0000 Subject: [PATCH] Bug 19066 - Update Schema --- Koha/Schema/Result/Accountline.pm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index daafd2b..7a42f69 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -110,6 +110,12 @@ __PACKAGE__->table("accountlines"); data_type: 'integer' is_nullable: 1 +=head2 branchcode + + data_type: 'varchar' + is_nullable: 1 + size: 10 + =cut __PACKAGE__->add_columns( @@ -153,6 +159,8 @@ __PACKAGE__->add_columns( { data_type => "text", is_nullable => 1 }, "manager_id", { data_type => "integer", is_nullable => 1 }, + "branchcode", + { data_type => "varchar", is_nullable => 1, size => 10 }, ); =head1 PRIMARY KEY @@ -235,8 +243,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-23 12:27:23 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:S70xVMIJONd30d0kDrgF2A +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-02 14:51:30 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R6NJ9RAHR5jZ64wWb4IhBg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.10.2