Bugzilla – Attachment 41755 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 - Update Schema files
Bug-9809---Update-Schema-files.patch (text/plain), 2.73 KB, created by
Marcel de Rooy
on 2015-08-21 08:59:55 UTC
(
hide
)
Description:
Bug 9809 - Update Schema files
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-08-21 08:59:55 UTC
Size:
2.73 KB
patch
obsolete
>From 7d79fef8f1c8ef6afba6bb8a2bbaafc0b8752c71 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 30 Jun 2015 08:51:55 -0400 >Subject: [PATCH] Bug 9809 - Update Schema files >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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.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