Bugzilla – Attachment 110207 Details for
Bug 22818
ILL should be able to send notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22818: (DO NOT PUSH) Schema Updates
Bug-22818-DO-NOT-PUSH-Schema-Updates.patch (text/plain), 3.07 KB, created by
Martin Renvoize (ashimema)
on 2020-09-16 13:45:14 UTC
(
hide
)
Description:
Bug 22818: (DO NOT PUSH) Schema Updates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-09-16 13:45:14 UTC
Size:
3.07 KB
patch
obsolete
>From f906de31e694d5295311ff38c4ff0cf60098be26 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 16 Sep 2020 14:42:29 +0100 >Subject: [PATCH] Bug 22818: (DO NOT PUSH) Schema Updates > >--- > Koha/Schema/Result/Branch.pm | 11 +++++++++-- > Koha/Schema/Result/Category.pm | 18 +++++++++--------- > 2 files changed, 18 insertions(+), 11 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index 37b2032919..2dbf94a1ae 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -86,6 +86,11 @@ __PACKAGE__->table("branches"); > data_type: 'longtext' > is_nullable: 1 > >+=head2 branchillemail >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =head2 branchreplyto > > data_type: 'longtext' >@@ -167,6 +172,8 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "branchemail", > { data_type => "longtext", is_nullable => 1 }, >+ "branchillemail", >+ { data_type => "longtext", is_nullable => 1 }, > "branchreplyto", > { data_type => "longtext", is_nullable => 1 }, > "branchreturnpath", >@@ -819,8 +826,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07048 @ 2020-06-12 14:01:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hU6Ldf0uN2iV1h7llLH+4g >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-16 13:39:18 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5qit2ZwBSEXWnfm872TZRA > > __PACKAGE__->add_columns( > '+pickup_location' => { is_boolean => 1 } >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 363329d265..caf593857a 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -133,11 +133,6 @@ __PACKAGE__->table("categories"); > data_type: 'tinyint' > is_nullable: 1 > >-=head2 exclude_from_local_holds_priority >- >- data_type: 'tinyint' >- is_nullable: 1 >- > =head2 min_password_length > > data_type: 'smallint' >@@ -148,6 +143,11 @@ __PACKAGE__->table("categories"); > data_type: 'tinyint' > is_nullable: 1 > >+=head2 exclude_from_local_holds_priority >+ >+ data_type: 'tinyint' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -204,12 +204,12 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "change_password", > { data_type => "tinyint", is_nullable => 1 }, >- "exclude_from_local_holds_priority", >- { data_type => "tinyint", is_nullable => 1 }, > "min_password_length", > { data_type => "smallint", is_nullable => 1 }, > "require_strong_password", > { data_type => "tinyint", is_nullable => 1 }, >+ "exclude_from_local_holds_priority", >+ { data_type => "tinyint", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -302,8 +302,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-09-02 12:50:50 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JOzFLxLwouaTl5dQJrOdZA >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-16 13:39:18 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ndAHsHRXsMpzZSmVZ++VHw > > __PACKAGE__->add_columns( > '+exclude_from_local_holds_priority' => { is_boolean => 1 }, >-- >2.20.1
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 22818
:
89831
|
89832
|
89833
|
89834
|
89835
|
90063
|
90064
|
90065
|
90066
|
90067
|
90715
|
90716
|
90717
|
90718
|
90719
|
92898
|
92899
|
92900
|
92901
|
92902
|
100234
|
100235
|
100236
|
100237
|
100238
|
103268
|
103269
|
103270
|
103271
|
103272
|
106424
|
106425
|
106426
|
106427
|
106428
|
106675
|
106676
|
106677
|
106678
|
106679
|
106680
|
106681
|
106691
|
106693
|
106694
|
106704
|
106705
|
106706
|
106707
|
106708
|
106709
|
106710
|
106711
|
106712
|
106713
|
110196
|
110197
|
110198
|
110199
|
110201
|
110202
|
110203
|
110204
|
110205
|
110206
|
110207
|
110208
|
111837
|
111838
|
111839
|
111840
|
111841
|
111842
|
111843
|
111844
|
111845
|
111846
|
111847
|
111848
|
111874
|
111880
|
111881
|
111883
|
111884
|
111885
|
111886
|
111887
|
111888
|
111889
|
111890
|
111891
|
111892
|
111893
|
111897
|
111899
|
111900
|
111901
|
111902
|
111903
|
111904
|
111905
|
111906
|
111907
|
111908
|
111909
|
111910
|
111911
|
111912
|
111913
|
113398
|
113399
|
113400
|
113401
|
113402
|
113403
|
113404
|
113405
|
113406
|
113407
|
113408
|
113409
|
113410
|
113411
|
113412
|
113413
|
113463
|
113464
|
113465
|
113466
|
113467
|
113468
|
113469
|
113470
|
113471
|
113472
|
113473
|
113474
|
113475
|
113476
|
113477
|
113478
|
113479
|
113522
|
113549
|
113584