Bugzilla – Attachment 160413 Details for
Bug 35539
Remove unused columns from categories table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35539: [DONT PUSH] dbic
Bug-35539-DONT-PUSH-dbic.patch (text/plain), 2.17 KB, created by
David Nind
on 2024-01-02 17:35:37 UTC
(
hide
)
Description:
Bug 35539: [DONT PUSH] dbic
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-01-02 17:35:37 UTC
Size:
2.17 KB
patch
obsolete
>From 4cb06617aafbb22115dc646c3b9b25454b8e5ea2 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 2 Jan 2024 11:52:45 +0000 >Subject: [PATCH] Bug 35539: [DONT PUSH] dbic > >Removal of bulk >Removal of finetype >Removal of issuelimit > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/Category.pm | 30 ++---------------------------- > 1 file changed, 2 insertions(+), 28 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 927e7bd33d..e39c426955 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -75,19 +75,6 @@ age limit for the patron > > the minimum age required for the patron category > >-=head2 finetype >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 30 >- >-unused in Koha >- >-=head2 bulk >- >- data_type: 'tinyint' >- is_nullable: 1 >- > =head2 enrolmentfee > > data_type: 'decimal' >@@ -103,13 +90,6 @@ enrollment fee for the patron > > are overdue notices sent to this patron category (1 for yes, 0 for no) > >-=head2 issuelimit >- >- data_type: 'smallint' >- is_nullable: 1 >- >-unused in Koha >- > =head2 reservefee > > data_type: 'decimal' >@@ -230,16 +210,10 @@ __PACKAGE__->add_columns( > { data_type => "smallint", is_nullable => 1 }, > "dateofbirthrequired", > { data_type => "tinyint", is_nullable => 1 }, >- "finetype", >- { data_type => "varchar", is_nullable => 1, size => 30 }, >- "bulk", >- { data_type => "tinyint", is_nullable => 1 }, > "enrolmentfee", > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "overduenoticerequired", > { data_type => "tinyint", is_nullable => 1 }, >- "issuelimit", >- { data_type => "smallint", is_nullable => 1 }, > "reservefee", > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "hidelostitems", >@@ -388,8 +362,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 20:49:52 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:r0Mftlw4TU7x+Ze2pAlwYQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-01-02 12:30:56 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CVu9trGfAspa6mrbjPNKzw > > sub koha_object_class { > 'Koha::Patron::Category'; >-- >2.30.2
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 35539
:
160400
|
160401
|
160402
|
160403
|
160404
|
160413
|
160414
|
160415
|
160416
|
160417
|
160446
|
165724
|
169209
|
169210
|
169211
|
169212
|
169213
|
169214