Bugzilla – Attachment 160212 Details for
Bug 32435
Add resolution types to catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32435: DBIC Schema dump
Bug-32435-DBIC-Schema-dump.patch (text/plain), 1.35 KB, created by
Martin Renvoize (ashimema)
on 2023-12-21 16:53:19 UTC
(
hide
)
Description:
Bug 32435: DBIC Schema dump
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-21 16:53:19 UTC
Size:
1.35 KB
patch
obsolete
>From a25842a5825929d2348c995d19bf0719bcb5d370 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 16:04:48 +0000 >Subject: [PATCH] Bug 32435: DBIC Schema dump > >--- > Koha/Schema/Result/TicketUpdate.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/TicketUpdate.pm b/Koha/Schema/Result/TicketUpdate.pm >index bc8a6caf42c..89718dc712b 100644 >--- a/Koha/Schema/Result/TicketUpdate.pm >+++ b/Koha/Schema/Result/TicketUpdate.pm >@@ -72,6 +72,14 @@ date and time this update was logged > > update message content > >+=head2 status >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ >+status of ticket at this update >+ > =cut > > __PACKAGE__->add_columns( >@@ -97,6 +105,8 @@ __PACKAGE__->add_columns( > }, > "message", > { data_type => "text", is_nullable => 0 }, >+ "status", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > ); > > =head1 PRIMARY KEY >@@ -144,8 +154,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-24 18:31:28 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8YG3jhlqbHWptc28pvBmrg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-12-21 16:04:39 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mZE5yetnaH+RbAWJLdM56Q > > __PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, ); > >-- >2.43.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 32435
:
160211
|
160212
|
160213
|
160214
|
160260
|
160261
|
160291
|
160292
|
160306
|
160321
|
160322
|
162493
|
164919
|
164920
|
164921
|
164922
|
165558
|
165559
|
165565
|
165566
|
165567
|
165611
|
165612
|
165613
|
165656
|
165657
|
165658
|
165781
|
165782
|
165783