Bugzilla – Attachment 149930 Details for
Bug 33484
Ability to remember user's selected table configuration and search filters for tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33484: Schema Update
Bug-33484-Schema-Update.patch (text/plain), 1.48 KB, created by
Martin Renvoize (ashimema)
on 2023-04-20 10:25:41 UTC
(
hide
)
Description:
Bug 33484: Schema Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-04-20 10:25:41 UTC
Size:
1.48 KB
patch
obsolete
>From d304a4a1d5d21b8a87946f132f508ebf74812414 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 19 Apr 2023 19:53:50 +0100 >Subject: [PATCH] Bug 33484: Schema Update > >--- > Koha/Schema/Result/TablesSetting.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/TablesSetting.pm b/Koha/Schema/Result/TablesSetting.pm >index 6946dc2713..aa36d18a37 100644 >--- a/Koha/Schema/Result/TablesSetting.pm >+++ b/Koha/Schema/Result/TablesSetting.pm >@@ -52,6 +52,11 @@ __PACKAGE__->table("tables_settings"); > is_nullable: 1 > size: 255 > >+=head2 default_save_state >+ >+ data_type: 'tinyint' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -65,6 +70,8 @@ __PACKAGE__->add_columns( > { data_type => "smallint", is_nullable => 1 }, > "default_sort_order", > { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "default_save_state", >+ { data_type => "tinyint", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -84,8 +91,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("module", "page", "tablename"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-12-16 11:41:48 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:42x+rSLgXvSZBVLx5mh2ng >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-19 18:48:24 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+Bsg0TAz2CfvQ5MJsiOFRw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 33484
:
149444
|
149445
|
149447
|
149448
|
149449
|
149925
|
149926
|
149927
|
149928
|
149929
|
149930
|
149974
|
149975
|
149976
|
149977
|
149978
|
149979
|
173443
|
173444
|
173445
|
173446
|
173447
|
173448
|
173449
|
173450
|
173451
|
173452
|
173453
|
173454
|
173455
|
173456
|
173457
|
173458
|
173459
|
173460
|
173461
|
173462
|
173463
|
173464
|
173465
|
173466
|
173467
|
173468
|
173469
|
173470
|
173471
|
173472
|
173473
|
173474
|
173475
|
173476
|
173477
|
173478
|
173479
|
173480
|
173481
|
173482
|
173483
|
173484
|
173485
|
173486
|
173546
|
173606
|
173607
|
173985
|
174219