Bugzilla – Attachment 37745 Details for
Bug 13006
suggestions.mailoverseeing is not used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13006: (RM followup) DBIx schema update
Bug-13006-RM-followup-DBIx-schema-update.patch (text/plain), 1.55 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-04-13 14:09:14 UTC
(
hide
)
Description:
Bug 13006: (RM followup) DBIx schema update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-04-13 14:09:14 UTC
Size:
1.55 KB
patch
obsolete
>From f98dd84f4b17a40e7f105f2244def96cd53e014e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 13 Apr 2015 11:07:01 -0300 >Subject: [PATCH] Bug 13006: (RM followup) DBIx schema update > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Koha/Schema/Result/Suggestion.pm | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-) > >diff --git a/Koha/Schema/Result/Suggestion.pm b/Koha/Schema/Result/Suggestion.pm >index b3f445b..4314913 100644 >--- a/Koha/Schema/Result/Suggestion.pm >+++ b/Koha/Schema/Result/Suggestion.pm >@@ -141,12 +141,6 @@ __PACKAGE__->table("suggestions"); > is_nullable: 1 > size: 30 > >-=head2 mailoverseeing >- >- data_type: 'smallint' >- default_value: 0 >- is_nullable: 1 >- > =head2 biblionumber > > data_type: 'integer' >@@ -262,8 +256,6 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 255 }, > "isbn", > { data_type => "varchar", is_nullable => 1, size => 30 }, >- "mailoverseeing", >- { data_type => "smallint", default_value => 0, is_nullable => 1 }, > "biblionumber", > { data_type => "integer", is_nullable => 1 }, > "reason", >@@ -323,8 +315,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-09 15:51:54 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:k7YUEiU7g+VxpMsEuOiizg >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 11:06:30 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zXNCczGjuuyoojx85UcQig > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.3.5
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 13006
:
31922
|
31923
|
32342
|
32347
| 37745