Bugzilla – Attachment 63912 Details for
Bug 8612
CSV export profile to have custom fields in export csv basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8612: [Follow-up] Update DBIx schema
Bug-8612-Followup-Update-DBIx-schema.patch (text/plain), 1.57 KB, created by
Marcel de Rooy
on 2017-06-02 06:54:01 UTC
(
hide
)
Description:
Bug 8612: [Follow-up] Update DBIx schema
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-06-02 06:54:01 UTC
Size:
1.57 KB
patch
obsolete
>From 45c747755593c685f629797a3decd04151dab7a4 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 20 Mar 2017 11:13:47 +0000 >Subject: [PATCH] Bug 8612: [Followup] Update DBIx schema >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/ExportFormat.pm | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ExportFormat.pm b/Koha/Schema/Result/ExportFormat.pm >index 0882bcf..3ada5dc 100644 >--- a/Koha/Schema/Result/ExportFormat.pm >+++ b/Koha/Schema/Result/ExportFormat.pm >@@ -76,6 +76,13 @@ __PACKAGE__->table("export_format"); > is_nullable: 1 > size: 255 > >+=head2 used_for >+ >+ data_type: 'varchar' >+ default_value: 'export_records' >+ is_nullable: 1 >+ size: 255 >+ > =cut > > __PACKAGE__->add_columns( >@@ -102,6 +109,13 @@ __PACKAGE__->add_columns( > is_nullable => 1, > size => 255, > }, >+ "used_for", >+ { >+ data_type => "varchar", >+ default_value => "export_records", >+ is_nullable => 1, >+ size => 255, >+ }, > ); > > =head1 PRIMARY KEY >@@ -117,8 +131,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("export_format_id"); > > >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AJbxXXJBftCbSKm2E/ZTjA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-20 10:12:28 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cHdb+bBmBVTAK71TNjdqgg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.1.4
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 8612
:
11514
|
36860
|
37289
|
37293
|
41224
|
41225
|
41226
|
41227
|
42532
|
42533
|
42534
|
47591
|
47592
|
47593
|
56222
|
56223
|
56224
|
56225
|
57012
|
57013
|
57024
|
57025
|
57026
|
57027
|
57028
|
57029
|
57079
|
58073
|
58074
|
58075
|
58076
|
58077
|
58078
|
58079
|
58985
|
58986
|
58987
|
58988
|
58989
|
58990
|
58991
|
58992
|
59757
|
60480
|
61264
|
61265
|
61266
|
61267
|
61405
|
61520
|
63048
|
63049
|
63050
|
63051
|
63052
|
63053
|
63054
|
63055
|
63056
|
63104
|
63158
|
63279
|
63910
|
63911
| 63912 |
63913
|
63914
|
63915
|
63964
|
63966