Bugzilla – Attachment 165623 Details for
Bug 35628
Add optional statuses to catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35628: Schema update
Bug-35628-Schema-update.patch (text/plain), 2.70 KB, created by
Martin Renvoize (ashimema)
on 2024-04-26 09:36:43 UTC
(
hide
)
Description:
Bug 35628: Schema update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-26 09:36:43 UTC
Size:
2.70 KB
patch
obsolete
>From f4dd53c59ba49866a7923568e4107c395f550fa8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 22 Dec 2023 15:19:34 +0000 >Subject: [PATCH] Bug 35628: Schema update > >Signed-off-by: Esther Melander <esther@bywatersolutions.com> >Signed-off-by: Ray Delahunty <lib-systems@arts.ac.uk> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/Ticket.pm | 14 ++++++++++++-- > Koha/Schema/Result/TicketUpdate.pm | 14 ++++++++++++-- > 2 files changed, 24 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Ticket.pm b/Koha/Schema/Result/Ticket.pm >index f8f428dab98..c5d54e10a85 100644 >--- a/Koha/Schema/Result/Ticket.pm >+++ b/Koha/Schema/Result/Ticket.pm >@@ -72,6 +72,14 @@ ticket title > > ticket details > >+=head2 status >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ >+current status of the ticket >+ > =head2 resolver_id > > data_type: 'integer' >@@ -126,6 +134,8 @@ __PACKAGE__->add_columns( > { data_type => "text", is_nullable => 0 }, > "body", > { data_type => "text", is_nullable => 0 }, >+ "status", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > "resolver_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "resolved_date", >@@ -223,8 +233,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-21 16:39:22 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A0jSRniIlOf/H5zB6PGH3g >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-12-22 14:51:40 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lcKWaA+k/0lw5/6JrFhB1A > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >diff --git a/Koha/Schema/Result/TicketUpdate.pm b/Koha/Schema/Result/TicketUpdate.pm >index bc8a6caf42c..a27ec6e11a4 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-22 14:51:40 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5fRHoeJ8uIAnOmxll7BsnA > > __PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, ); > >-- >2.44.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 35628
:
160255
|
160256
|
160257
|
160258
|
160259
|
160268
|
160269
|
160270
|
160271
|
160272
|
160273
|
160274
|
160286
|
160287
|
160288
|
160289
|
160290
|
160308
|
160309
|
160310
|
160311
|
160312
|
160313
|
160314
|
160315
|
160316
|
160317
|
160318
|
160319
|
160320
|
160329
|
160330
|
160331
|
160332
|
160333
|
160334
|
160335
|
160364
|
162500
|
164912
|
164913
|
164914
|
164915
|
164916
|
164917
|
164918
|
165551
|
165552
|
165553
|
165554
|
165555
|
165556
|
165557
|
165560
|
165561
|
165562
|
165563
|
165564
|
165599
|
165600
|
165601
|
165602
|
165603
|
165604
|
165605
|
165606
|
165607
|
165608
|
165622
|
165623
|
165624
|
165625
|
165626
|
165627
|
165628
|
165629
|
165630
|
165631
|
165770
|
165771
|
165772
|
165773
|
165774
|
165775
|
165776
|
165777
|
165778
|
165779