Bugzilla – Attachment 140106 Details for
Bug 7021
Add patron category to the statistics table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7021: DO NOT PUSH! Schema changes
Bug-7021-DO-NOT-PUSH-Schema-changes.patch (text/plain), 1.49 KB, created by
Kyle M Hall (khall)
on 2022-09-02 11:15:31 UTC
(
hide
)
Description:
Bug 7021: DO NOT PUSH! Schema changes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-09-02 11:15:31 UTC
Size:
1.49 KB
patch
obsolete
>From e87234c8a441d47b6c6f2469353aa201735b72f4 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 16 Jun 2021 14:54:36 +0300 >Subject: [PATCH] Bug 7021: DO NOT PUSH! Schema changes > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/Statistic.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Statistic.pm b/Koha/Schema/Result/Statistic.pm >index b9911cf63f..7f35a9a476 100644 >--- a/Koha/Schema/Result/Statistic.pm >+++ b/Koha/Schema/Result/Statistic.pm >@@ -100,6 +100,12 @@ foreign key from the borrowers table, links transaction to a specific borrower > > foreign key from the items table, links transaction to a specific collection code > >+=head2 categorycode >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ > =cut > > __PACKAGE__->add_columns( >@@ -127,11 +133,13 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "ccode", > { data_type => "varchar", is_nullable => 1, size => 80 }, >+ "categorycode", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OjX7bnPQw0SjrCRB2oVr1w >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-23 13:51:32 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yaYco9rQ8ohsFbRyd8w7Sg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >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 7021
:
29456
|
29508
|
122881
|
122882
|
122883
|
129119
|
129120
|
129121
|
129122
|
135269
|
135270
|
135271
|
135272
|
135273
|
135274
|
140103
|
140104
|
140105
| 140106 |
140107
|
140108
|
140109
|
140110
|
140116
|
140144
|
140845