Bug 20777: DBIC update
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 17 May 2018 13:55:26 +0000 (10:55 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 17 Sep 2018 14:26:31 +0000 (15:26 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit b64f1808f1682c5e132e0ddbc19ae5869a55bd99)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Koha/Schema/Result/Accountline.pm

index 1af530c..378c14a 100644 (file)
@@ -70,11 +70,6 @@ __PACKAGE__->table("accountlines");
   data_type: 'longtext'
   is_nullable: 1
 
-=head2 dispute
-
-  data_type: 'longtext'
-  is_nullable: 1
-
 =head2 accounttype
 
   data_type: 'varchar'
@@ -140,8 +135,6 @@ __PACKAGE__->add_columns(
   { data_type => "decimal", is_nullable => 1, size => [28, 6] },
   "description",
   { data_type => "longtext", is_nullable => 1 },
-  "dispute",
-  { data_type => "longtext", is_nullable => 1 },
   "accounttype",
   { data_type => "varchar", is_nullable => 1, size => 5 },
   "payment_type",
@@ -243,8 +236,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-04-19 12:18:02
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FUX/e/s202yrUtP3c13lfw
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration