Bugzilla – Attachment 162327 Details for
Bug 35067
Allow authorised value parent category so categories can be linked and shown together
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35067: Schema updates
Bug-35067-Schema-updates.patch (text/plain), 1.48 KB, created by
Aleisha Amohia
on 2024-02-22 03:02:00 UTC
(
hide
)
Description:
Bug 35067: Schema updates
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-02-22 03:02:00 UTC
Size:
1.48 KB
patch
obsolete
>From 7db7ca181511e09c6d9072d9a38a7e66b3da11f1 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 21 Feb 2024 22:36:32 +0000 >Subject: [PATCH] Bug 35067: Schema updates > >--- > Koha/Schema/Result/AuthorisedValueCategory.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/AuthorisedValueCategory.pm b/Koha/Schema/Result/AuthorisedValueCategory.pm >index debbdf3aa75..a5e414e440f 100644 >--- a/Koha/Schema/Result/AuthorisedValueCategory.pm >+++ b/Koha/Schema/Result/AuthorisedValueCategory.pm >@@ -36,6 +36,12 @@ __PACKAGE__->table("authorised_value_categories"); > default_value: 0 > is_nullable: 1 > >+=head2 parent >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 32 >+ > =cut > > __PACKAGE__->add_columns( >@@ -43,6 +49,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", default_value => "", is_nullable => 0, size => 32 }, > "is_system", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, >+ "parent", >+ { data_type => "varchar", is_nullable => 1, size => 32 }, > ); > > =head1 PRIMARY KEY >@@ -105,8 +113,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-28 09:07:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EfBQNJN5wgpFPlWVP4U+qw >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-02-21 22:36:15 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:L8WQJrR2WDDHewbcbvLGNg > > __PACKAGE__->add_columns( > '+is_system' => { is_boolean => 1 }, >-- >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 35067
:
162312
|
162326
|
162327
|
162328
|
162329
|
162355
|
162356
|
162357
|
162358
|
162702
|
162703
|
162704
|
162705
|
162706
|
162708