From 85c8ae264e63fcfc779ba2df14d0cbda437daf2b Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 26 Oct 2018 11:04:35 +0000 Subject: [PATCH] Bug 21683: Update schema file --- Koha/Schema/Result/Accountline.pm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index 378c14a08e..56229a68b1 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -41,12 +41,6 @@ __PACKAGE__->table("accountlines"); is_foreign_key: 1 is_nullable: 0 -=head2 accountno - - data_type: 'smallint' - default_value: 0 - is_nullable: 0 - =head2 itemnumber data_type: 'integer' @@ -125,8 +119,6 @@ __PACKAGE__->add_columns( is_foreign_key => 1, is_nullable => 0, }, - "accountno", - { data_type => "smallint", default_value => 0, is_nullable => 0 }, "itemnumber", { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, "date", @@ -236,8 +228,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-26 10:50:35 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:roZahdU2o+qh0eoaptydGg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.11.0