Bugzilla – Attachment 187996 Details for
Bug 38666
Closed stack requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38666: [DO NOT PUSH] Update DBIC schema
Bug-38666-DO-NOT-PUSH-Update-DBIC-schema.patch (text/plain), 2.38 KB, created by
Julian Maurice
on 2025-10-16 11:09:43 UTC
(
hide
)
Description:
Bug 38666: [DO NOT PUSH] Update DBIC schema
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2025-10-16 11:09:43 UTC
Size:
2.38 KB
patch
obsolete
>From 3cc08ac41edbab99829ee973374ff2abefbb6a62 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 11 Dec 2024 14:03:12 +0100 >Subject: [PATCH] Bug 38666: [DO NOT PUSH] Update DBIC schema > >Signed-off-by: thibault <thibault.keromnes@univ-paris8.fr> >--- > Koha/Schema/Result/Deleteditem.pm | 2 ++ > Koha/Schema/Result/Item.pm | 2 ++ > Koha/Schema/Result/OldReserve.pm | 2 ++ > Koha/Schema/Result/Reserve.pm | 2 ++ > 4 files changed, 8 insertions(+) > >diff --git a/Koha/Schema/Result/Deleteditem.pm b/Koha/Schema/Result/Deleteditem.pm >index 778432f2723..5add75d1431 100644 >--- a/Koha/Schema/Result/Deleteditem.pm >+++ b/Koha/Schema/Result/Deleteditem.pm >@@ -504,6 +504,8 @@ __PACKAGE__->add_columns( > { data_type => "mediumtext", is_nullable => 1 }, > "itype", > { data_type => "varchar", is_nullable => 1, size => 10 }, >+ "is_closed_stack", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "more_subfields_xml", > { data_type => "longtext", is_nullable => 1 }, > "enumchron", >diff --git a/Koha/Schema/Result/Item.pm b/Koha/Schema/Result/Item.pm >index 83b361a1400..8772ddc8316 100644 >--- a/Koha/Schema/Result/Item.pm >+++ b/Koha/Schema/Result/Item.pm >@@ -518,6 +518,8 @@ __PACKAGE__->add_columns( > { data_type => "mediumtext", is_nullable => 1 }, > "itype", > { data_type => "varchar", is_nullable => 1, size => 10 }, >+ "is_closed_stack", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "more_subfields_xml", > { data_type => "longtext", is_nullable => 1 }, > "enumchron", >diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm >index 028386206dc..d16148dfb97 100644 >--- a/Koha/Schema/Result/OldReserve.pm >+++ b/Koha/Schema/Result/OldReserve.pm >@@ -316,6 +316,8 @@ __PACKAGE__->add_columns( > is_foreign_key => 1, > is_nullable => 1, > }, >+ "closed_stack_request_slip_printed", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm >index 3e65b00f67c..12f743187a5 100644 >--- a/Koha/Schema/Result/Reserve.pm >+++ b/Koha/Schema/Result/Reserve.pm >@@ -324,6 +324,8 @@ __PACKAGE__->add_columns( > is_foreign_key => 1, > is_nullable => 1, > }, >+ "closed_stack_request_slip_printed", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >-- >2.39.5
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 38666
:
175354
|
175371
|
175372
|
175373
|
178977
|
178978
|
178979
|
179466
|
179467
|
179468
|
180309
|
180310
|
180311
|
180321
|
180322
|
180323
|
180822
|
180823
|
180824
|
187995
| 187996 |
187997
|
187998