From ce7107843539844096f3982056226f5afab71730 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Apr 2015 10:19:40 -0300 Subject: [PATCH] Bug 11008: (RM followup) DBIx schema update Signed-off-by: Tomas Cohen Arazi --- 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 4d29ef18ca..aa91a9bf49 100644 --- a/Koha/Schema/Result/Aqorder.pm +++ b/Koha/Schema/Result/Aqorder.pm @@ -115,11 +115,6 @@ __PACKAGE__->table("aqorders"); data_type: 'mediumtext' is_nullable: 1 -=head2 supplierreference - - data_type: 'mediumtext' - is_nullable: 1 - =head2 purchaseordernumber data_type: 'mediumtext' @@ -273,8 +268,6 @@ __PACKAGE__->add_columns( { data_type => "mediumtext", is_nullable => 1 }, "order_vendornote", { data_type => "mediumtext", is_nullable => 1 }, - "supplierreference", - { data_type => "mediumtext", is_nullable => 1 }, "purchaseordernumber", { data_type => "mediumtext", is_nullable => 1 }, "basketno", @@ -507,8 +500,8 @@ Composing rels: L -> borrowernumber __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-03-11 11:50:38 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BbhBIc0Bvj3Olf/dYzDjnw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:17:50 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9C0lOmkz7e7xDjXItNB2Sg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.5