Bugzilla – Attachment 170113 Details for
Bug 32485
Add itemtype checkout message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32485: Schema Updates (DO NOT PUSH)
Bug-32485-Schema-Updates-DO-NOT-PUSH.patch (text/plain), 1.86 KB, created by
Sam Lau
on 2024-08-06 20:12:39 UTC
(
hide
)
Description:
Bug 32485: Schema Updates (DO NOT PUSH)
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-08-06 20:12:39 UTC
Size:
1.86 KB
patch
obsolete
>From 87b48d71885b9111eb6ae1bb9f5c275df7003bcc Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Tue, 6 Aug 2024 19:15:02 +0000 >Subject: [PATCH] Bug 32485: Schema Updates (DO NOT PUSH) > >--- > Koha/Schema/Result/Itemtype.pm | 30 ++++++++++++++++++++++++++++-- > 1 file changed, 28 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index 22880fdb43..8aad06d6d3 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -144,6 +144,23 @@ message that is displayed when an item with the given item type is checked in > > type (CSS class) for the checkinmsg, can be 'alert' or 'message' > >+=head2 checkoutmsg >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 255 >+ >+message that is displayed when an item with the given item type is checked out >+ >+=head2 checkoutmsgtype >+ >+ data_type: 'char' >+ default_value: 'message' >+ is_nullable: 0 >+ size: 16 >+ >+type (CSS class) for the checkoutmsg, can be 'alert' or 'message' >+ > =head2 sip_media_type > > data_type: 'varchar' >@@ -214,6 +231,15 @@ __PACKAGE__->add_columns( > is_nullable => 0, > size => 16, > }, >+ "checkoutmsg", >+ { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "checkoutmsgtype", >+ { >+ data_type => "char", >+ default_value => "message", >+ is_nullable => 0, >+ size => 16, >+ }, > "sip_media_type", > { data_type => "varchar", is_nullable => 1, size => 3 }, > "hideinopac", >@@ -334,8 +360,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-05-08 14:38:07 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9NChRQA4eBUqHpLXUFmOuw >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-08-06 18:50:35 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mx7/xJ8dzCnInR2Dm+zTZw > > __PACKAGE__->add_columns( > '+automatic_checkin' => { is_boolean => 1 }, >-- >2.39.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 32485
: 170113 |
170114
|
170115
|
170116
|
170503