@@ -, +, @@ --- Koha/Schema/Result/Accountline.pm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) --- a/Koha/Schema/Result/Accountline.pm +++ a/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 --