From ef5085b4c2b0ea7cdec949a2533d4cef261c51a3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Oct 2017 12:27:58 -0300 Subject: [PATCH] Bug 10021: Remove accountlines columns - DBIC Schema changes Content-Type: text/plain; charset=utf-8 Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy --- Koha/Schema/Result/Accountline.pm | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index d09a402..daafd2b 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -100,18 +100,6 @@ __PACKAGE__->table("accountlines"); default_value: current_timestamp is_nullable: 0 -=head2 notify_id - - data_type: 'integer' - default_value: 0 - is_nullable: 0 - -=head2 notify_level - - data_type: 'integer' - default_value: 0 - is_nullable: 0 - =head2 note data_type: 'text' @@ -161,10 +149,6 @@ __PACKAGE__->add_columns( default_value => \"current_timestamp", is_nullable => 0, }, - "notify_id", - { data_type => "integer", default_value => 0, is_nullable => 0 }, - "notify_level", - { data_type => "integer", default_value => 0, is_nullable => 0 }, "note", { data_type => "text", is_nullable => 1 }, "manager_id", @@ -251,8 +235,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-20 16:27:04 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gCCyA5hOqI3EG3bIxsgpKA +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-23 12:27:23 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:S70xVMIJONd30d0kDrgF2A # You can replace this text with custom content, and it will be preserved on regeneration -- 2.1.4