Bugzilla – Attachment 150025 Details for
Bug 16223
Automatically remove any borrower debarments after a payment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16223: DO NOT PUSH! Schema changes
Bug-16223-DO-NOT-PUSH-Schema-changes.patch (text/plain), 1.88 KB, created by
Martin Renvoize (ashimema)
on 2023-04-21 10:40:13 UTC
(
hide
)
Description:
Bug 16223: DO NOT PUSH! Schema changes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-04-21 10:40:13 UTC
Size:
1.88 KB
patch
obsolete
>From 767e9fe432586c4f8dd70455bfbd70af0e60819e Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Wed, 21 Sep 2022 14:53:45 +0300 >Subject: [PATCH] Bug 16223: DO NOT PUSH! Schema changes >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Sponsored-by: Koha-Suomi Oy >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/RestrictionType.pm | 20 ++++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/RestrictionType.pm b/Koha/Schema/Result/RestrictionType.pm >index 47d079fc47..ead3722315 100644 >--- a/Koha/Schema/Result/RestrictionType.pm >+++ b/Koha/Schema/Result/RestrictionType.pm >@@ -46,6 +46,18 @@ __PACKAGE__->table("restriction_types"); > default_value: 0 > is_nullable: 0 > >+=head2 lift_after_payment >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ >+=head2 fee_limit >+ >+ data_type: 'decimal' >+ is_nullable: 1 >+ size: [28,6] >+ > =cut > > __PACKAGE__->add_columns( >@@ -57,6 +69,10 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "is_default", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "lift_after_payment", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "fee_limit", >+ { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > ); > > =head1 PRIMARY KEY >@@ -89,8 +105,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-08-19 17:53:05 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CC8yZ6IqZPnySpMC5Mn/ig >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-21 14:39:01 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TelXb7sHcCGaTwkSnNN9TA > > __PACKAGE__->add_columns( > '+is_system' => { is_boolean => 1 }, >-- >2.40.0
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 16223
:
50078
|
50084
|
99697
|
99698
|
104399
|
104400
|
114272
|
114273
|
118526
|
118572
|
118574
|
118575
|
122768
|
122769
|
127252
|
128005
|
132284
|
132285
|
132286
|
132287
|
143388
|
143389
|
143390
|
143462
|
143670
|
143671
|
143672
|
143688
|
143689
|
143690
|
143765
|
143766
|
143767
|
143768
|
143769
|
143770
|
143936
|
146051
|
146052
|
146053
|
146054
|
146055
|
146056
|
146057
|
148307
|
148308
|
148309
|
148310
|
148311
|
148312
|
148313
|
150024
|
150025
|
150026
|
150027
|
150028
|
150029
|
153024
|
153025
|
153026
|
153027
|
153028
|
153029
|
155644
|
155645
|
155646
|
155647
|
155648
|
155649
|
155650
|
156841
|
156842
|
156843
|
156844
|
156845
|
156846
|
156847
|
156848
|
156849
|
156850