Bugzilla – Attachment 68796 Details for
Bug 10021
Remove dead code related to notifys
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10021: Remove accountlines columns - DBIC Schema changes
Bug-10021-Remove-accountlines-columns---DBIC-Schem.patch (text/plain), 1.71 KB, created by
Josef Moravec
on 2017-10-28 07:40:41 UTC
(
hide
)
Description:
Bug 10021: Remove accountlines columns - DBIC Schema changes
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-10-28 07:40:41 UTC
Size:
1.71 KB
patch
obsolete
>From 906ff49008b56b414c2b21c8a297d0123039662e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 23 Oct 2017 12:27:58 -0300 >Subject: [PATCH] Bug 10021: Remove accountlines columns - DBIC Schema changes > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > Koha/Schema/Result/Accountline.pm | 20 ++------------------ > 1 file changed, 2 insertions(+), 18 deletions(-) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index d09a402..daafd2b 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -100,18 +100,6 @@ __PACKAGE__->table("accountlines"); > default_value: current_timestamp > is_nullable: 0 > >-=head2 notify_id >- >- data_type: 'integer' >- default_value: 0 >- is_nullable: 0 >- >-=head2 notify_level >- >- data_type: 'integer' >- default_value: 0 >- is_nullable: 0 >- > =head2 note > > data_type: 'text' >@@ -161,10 +149,6 @@ __PACKAGE__->add_columns( > default_value => \"current_timestamp", > is_nullable => 0, > }, >- "notify_id", >- { data_type => "integer", default_value => 0, is_nullable => 0 }, >- "notify_level", >- { data_type => "integer", default_value => 0, is_nullable => 0 }, > "note", > { data_type => "text", is_nullable => 1 }, > "manager_id", >@@ -251,8 +235,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-20 16:27:04 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gCCyA5hOqI3EG3bIxsgpKA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-23 12:27:23 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:S70xVMIJONd30d0kDrgF2A > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.1.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 10021
:
54194
|
68262
|
68263
|
68419
|
68420
|
68421
|
68422
|
68477
|
68478
|
68479
|
68480
|
68505
|
68506
|
68793
|
68794
|
68795
|
68796
|
68797
|
68798
|
68920
|
68953
|
68954
|
68955
|
68956
|
68957
|
68958
|
68959
|
69695
|
69696
|
69698