Bugzilla – Attachment 86623 Details for
Bug 20307
Language overlay for authorized values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20307: DBIC Schema changes
Bug-20307-DBIC-Schema-changes.patch (text/plain), 1.61 KB, created by
Jonathan Druart
on 2019-03-14 18:02:25 UTC
(
hide
)
Description:
Bug 20307: DBIC Schema changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-03-14 18:02:25 UTC
Size:
1.61 KB
patch
obsolete
>From 6d18a7e0d56ad73d71795587d4d554d06c77b974 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Feb 2018 10:30:36 -0300 >Subject: [PATCH] Bug 20307: DBIC Schema changes > >--- > Koha/Schema/Result/Localization.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Localization.pm b/Koha/Schema/Result/Localization.pm >index dec7ebff50..a178a0a843 100644 >--- a/Koha/Schema/Result/Localization.pm >+++ b/Koha/Schema/Result/Localization.pm >@@ -35,6 +35,12 @@ __PACKAGE__->table("localization"); > is_nullable: 0 > size: 16 > >+=head2 interface >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 30 >+ > =head2 code > > data_type: 'varchar' >@@ -59,6 +65,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "entity", > { data_type => "varchar", is_nullable => 0, size => 16 }, >+ "interface", >+ { data_type => "varchar", is_nullable => 1, size => 30 }, > "code", > { data_type => "varchar", is_nullable => 0, size => 64 }, > "lang", >@@ -98,8 +106,8 @@ __PACKAGE__->set_primary_key("localization_id"); > __PACKAGE__->add_unique_constraint("entity_code_lang", ["entity", "code", "lang"]); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4642LmshpGd3JW7YxM5pIA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-28 10:27:49 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z6Ygj7EGpmfEXDk6wZMS+A > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.11.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 20307
:
86622
|
86623
|
86624
|
86625
|
86626
|
86627
|
89538
|
91645
|
91646
|
91647
|
91648
|
91649
|
91650
|
91651
|
91653
|
92192
|
92193
|
92359
|
92360
|
92361
|
94245
|
94246
|
94247
|
94248
|
94249
|
94250
|
94251
|
94252
|
94253
|
94254
|
94255
|
94256
|
94700
|
94701
|
94702
|
94703
|
94704
|
94705
|
94706
|
94707
|
94708
|
94709
|
94710
|
94711
|
97074
|
97075
|
98863
|
98864
|
98865
|
98866
|
98867
|
98868
|
98869
|
98870
|
98871
|
98872
|
98873
|
98874
|
98875
|
98876
|
101070
|
101450