From 47dc39997198126be702c13c58053e793c609f90 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 6 May 2016 18:08:27 +0000 Subject: [PATCH] Bug 16414 - Update Schema Signed-off-by: Kyle M Hall --- Koha/Schema/Result/Aqorder.pm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm index a86ae28482..b61f2f5067 100644 --- a/Koha/Schema/Result/Aqorder.pm +++ b/Koha/Schema/Result/Aqorder.pm @@ -158,11 +158,6 @@ __PACKAGE__->table("aqorders"); is_foreign_key: 1 is_nullable: 0 -=head2 budgetgroup_id - - data_type: 'integer' - is_nullable: 0 - =head2 budgetdate data_type: 'date' @@ -305,8 +300,6 @@ __PACKAGE__->add_columns( { data_type => "float", is_nullable => 1, size => [6, 4] }, "budget_id", { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, - "budgetgroup_id", - { data_type => "integer", is_nullable => 0 }, "budgetdate", { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, "sort1", @@ -544,8 +537,8 @@ Composing rels: L -> borrowernumber __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-10 19:38:20 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2kQhxUE0pZ3PpwOqGtvB+g +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-05-06 18:07:43 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SQC7q+ZeARRBGvdzzWgSkw # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.20.1