From a3a3ecc00aa7a573f576c2f6415130d40740a6aa 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 249b738..f67477f 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' @@ -131,8 +125,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", @@ -244,8 +236,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-10-25 12:46:26 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mmVBZKQGAVdqSUOHecOSFA +# 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.1.4