Bugzilla – Attachment 41756 Details for
Bug 9809
Get rid of reserveconstraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9809 - Remove DBIC module for reserveconstraints
Bug-9809---Remove-DBIC-module-for-reserveconstrain.patch (text/plain), 2.34 KB, created by
Marcel de Rooy
on 2015-08-21 08:59:58 UTC
(
hide
)
Description:
Bug 9809 - Remove DBIC module for reserveconstraints
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-08-21 08:59:58 UTC
Size:
2.34 KB
patch
obsolete
>From 6bce1b30860c0cc23723a528411f2d7e254ff3a0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 30 Jun 2015 07:32:56 -0400 >Subject: [PATCH] Bug 9809 - Remove DBIC module for reserveconstraints >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/Reserveconstraint.pm | 82 ------------------------------- > 1 file changed, 82 deletions(-) > delete mode 100644 Koha/Schema/Result/Reserveconstraint.pm > >diff --git a/Koha/Schema/Result/Reserveconstraint.pm b/Koha/Schema/Result/Reserveconstraint.pm >deleted file mode 100644 >index 69d7a2b..0000000 >--- a/Koha/Schema/Result/Reserveconstraint.pm >+++ /dev/null >@@ -1,82 +0,0 @@ >-use utf8; >-package Koha::Schema::Result::Reserveconstraint; >- >-# Created by DBIx::Class::Schema::Loader >-# DO NOT MODIFY THE FIRST PART OF THIS FILE >- >-=head1 NAME >- >-Koha::Schema::Result::Reserveconstraint >- >-=cut >- >-use strict; >-use warnings; >- >-use base 'DBIx::Class::Core'; >- >-=head1 TABLE: C<reserveconstraints> >- >-=cut >- >-__PACKAGE__->table("reserveconstraints"); >- >-=head1 ACCESSORS >- >-=head2 borrowernumber >- >- data_type: 'integer' >- default_value: 0 >- is_nullable: 0 >- >-=head2 reservedate >- >- data_type: 'date' >- datetime_undef_if_invalid: 1 >- is_nullable: 1 >- >-=head2 biblionumber >- >- data_type: 'integer' >- default_value: 0 >- is_nullable: 0 >- >-=head2 biblioitemnumber >- >- data_type: 'integer' >- is_nullable: 1 >- >-=head2 timestamp >- >- data_type: 'timestamp' >- datetime_undef_if_invalid: 1 >- default_value: current_timestamp >- is_nullable: 0 >- >-=cut >- >-__PACKAGE__->add_columns( >- "borrowernumber", >- { data_type => "integer", default_value => 0, is_nullable => 0 }, >- "reservedate", >- { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >- "biblionumber", >- { data_type => "integer", default_value => 0, is_nullable => 0 }, >- "biblioitemnumber", >- { data_type => "integer", is_nullable => 1 }, >- "timestamp", >- { >- data_type => "timestamp", >- datetime_undef_if_invalid => 1, >- default_value => \"current_timestamp", >- is_nullable => 0, >- }, >-); >- >- >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qsSPIwQxTBxw3s2a3hD34g >- >- >-# You can replace this text with custom content, and it will be preserved on regeneration >-1; >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9809
:
37638
|
40733
|
40734
|
40735
|
40736
|
40737
|
40738
|
41754
|
41755
|
41756
|
41757
|
41758
|
41759
|
41760
|
41761
|
41767
|
41768
|
41769
|
41770
|
41771
|
41772
|
41773
|
41774
|
41809
|
41810
|
41811
|
41812
|
41813
|
41814
|
41815
|
41816
|
41817
|
41845
|
41848
|
41849
|
41850
|
41851
|
41852
|
41892
|
41893
|
41894
|
41895
|
41896
|
41897
|
41898
|
41899
|
41900
|
41901
|
41902
|
41903