Bugzilla – Attachment 161209 Details for
Bug 30047
Add a field to auth_header to record main heading as text string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30047: DO NOT PUSH - Schema updates
Bug-30047-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.42 KB, created by
Nick Clemens (kidclamp)
on 2024-01-19 14:30:01 UTC
(
hide
)
Description:
Bug 30047: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-01-19 14:30:01 UTC
Size:
1.42 KB
patch
obsolete
>From e5590b53a423e5f490d53185bd9aaa300c594ee5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 19 Jan 2024 14:19:54 +0000 >Subject: [PATCH] Bug 30047: DO NOT PUSH - Schema updates > >--- > Koha/Schema/Result/AuthHeader.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/AuthHeader.pm b/Koha/Schema/Result/AuthHeader.pm >index d406e271285..8bdf0c9fb0e 100644 >--- a/Koha/Schema/Result/AuthHeader.pm >+++ b/Koha/Schema/Result/AuthHeader.pm >@@ -50,6 +50,11 @@ __PACKAGE__->table("auth_header"); > default_value: current_timestamp > is_nullable: 0 > >+=head2 heading >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =head2 origincode > > data_type: 'varchar' >@@ -97,6 +102,8 @@ __PACKAGE__->add_columns( > default_value => \"current_timestamp", > is_nullable => 0, > }, >+ "heading", >+ { data_type => "longtext", is_nullable => 1 }, > "origincode", > { data_type => "varchar", is_nullable => 1, size => 20 }, > "authtrees", >@@ -122,8 +129,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("authid"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kHEdfMFYFtn3sQ20qsdFyg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-01-19 12:45:06 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ldm1Ln8S/SPQYMD9gKbyKg > > sub koha_object_class { > 'Koha::Authority'; >-- >2.30.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 30047
:
161208
|
161209
|
161210
|
161211
|
161213
|
161214
|
161215
|
161216
|
166522
|
166523
|
166524
|
166525
|
166644