Bug 11008: (RM followup) DBIx schema update
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 13:19:40 +0000 (10:19 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 13:20:08 +0000 (10:20 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha/Schema/Result/Aqorder.pm

index 4d29ef1..aa91a9b 100644 (file)
@@ -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</aqorder_users> -> 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