From 77270acb00358954d350e866fb621c6c3486e026 Mon Sep 17 00:00:00 2001
From: Aleisha Amohia <aleishaamohia@hotmail.com>
Date: Thu, 14 Jan 2021 14:17:12 +1300
Subject: [PATCH] Bug 15348: Updated schema files

---
 Koha/Schema/Result/Aqorder.pm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm
index f873aa6da3..08b11e929e 100644
--- a/Koha/Schema/Result/Aqorder.pm
+++ b/Koha/Schema/Result/Aqorder.pm
@@ -312,6 +312,12 @@ __PACKAGE__->table("aqorders");
   data_type: 'mediumtext'
   is_nullable: 1
 
+=head2 estimated_delivery_date
+
+  data_type: 'date'
+  datetime_undef_if_invalid: 1
+  is_nullable: 1
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -423,6 +429,8 @@ __PACKAGE__->add_columns(
   { data_type => "varchar", is_nullable => 1, size => 3 },
   "suppliers_report",
   { data_type => "mediumtext", is_nullable => 1 },
+  "estimated_delivery_date",
+  { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 },
 );
 
 =head1 PRIMARY KEY
@@ -660,8 +668,8 @@ Composing rels: L</aqorder_users> -> borrowernumber
 __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber");
 
 
-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Pf6reFaSldsjIA6XThbDFA
+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-01-11 17:24:31
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wOKT8xsZVsSnEJztHR9v4Q
 
 __PACKAGE__->belongs_to(
   "basket",
-- 
2.11.0