Bug 16414 - Update Schema
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 May 2016 18:08:27 +0000 (18:08 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 May 2016 18:08:27 +0000 (18:08 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Schema/Result/Aqorder.pm

index a86ae28..b61f2f5 100644 (file)
@@ -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</aqorder_users> -> 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