From 20a8f0085108af30bc84b287e710fee2571b3b78 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 30 Jun 2015 08:51:55 -0400 Subject: [PATCH] Bug 9809 - Update Schema files --- Koha/Schema/Result/OldReserve.pm | 12 ++---------- Koha/Schema/Result/Reserve.pm | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm index 1cd1f6c..2f7100a 100644 --- a/Koha/Schema/Result/OldReserve.pm +++ b/Koha/Schema/Result/OldReserve.pm @@ -46,12 +46,6 @@ __PACKAGE__->table("old_reserves"); is_foreign_key: 1 is_nullable: 1 -=head2 constrainttype - - data_type: 'varchar' - is_nullable: 1 - size: 1 - =head2 branchcode data_type: 'varchar' @@ -146,8 +140,6 @@ __PACKAGE__->add_columns( { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, "biblionumber", { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, - "constrainttype", - { data_type => "varchar", is_nullable => 1, size => 1 }, "branchcode", { data_type => "varchar", is_nullable => 1, size => 10 }, "notificationdate", @@ -262,8 +254,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bCHe3BGidrVm0LIlC6h+ow +# Created by DBIx::Class::Schema::Loader v0.07040 @ 2015-06-30 08:51:40 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wGi7SO5Sz+IwuvqaAyQDbg # You can replace this text with custom content, and it will be preserved on regeneration diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm index 16f951b..f87fc22 100644 --- a/Koha/Schema/Result/Reserve.pm +++ b/Koha/Schema/Result/Reserve.pm @@ -49,12 +49,6 @@ __PACKAGE__->table("reserves"); is_foreign_key: 1 is_nullable: 0 -=head2 constrainttype - - data_type: 'varchar' - is_nullable: 1 - size: 1 - =head2 branchcode data_type: 'varchar' @@ -160,8 +154,6 @@ __PACKAGE__->add_columns( is_foreign_key => 1, is_nullable => 0, }, - "constrainttype", - { data_type => "varchar", is_nullable => 1, size => 1 }, "branchcode", { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, "notificationdate", @@ -286,8 +278,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jzng9D1Pns0I2PUF7Wssiw +# Created by DBIx::Class::Schema::Loader v0.07040 @ 2015-06-30 08:51:40 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uHHqseJ56g3nDyKnNncyUA __PACKAGE__->belongs_to( "item", -- 1.7.2.5