Bugzilla – Attachment 98866 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 2
Bug-20307-DBIC-Schema-changes-2.patch (text/plain), 1.61 KB, created by
Martin Renvoize (ashimema)
on 2020-02-13 16:09:25 UTC
(
hide
)
Description:
Bug 20307: DBIC Schema changes 2
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-13 16:09:25 UTC
Size:
1.61 KB
patch
obsolete
>From 0ce9fd5b506e9de517a58a0738ddd9d823f7cfae Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Feb 2018 11:22:25 -0300 >Subject: [PATCH] Bug 20307: DBIC Schema changes 2 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Michal Denar <black23@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Localization.pm | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Localization.pm b/Koha/Schema/Result/Localization.pm >index a178a0a843..6922dbadc3 100644 >--- a/Koha/Schema/Result/Localization.pm >+++ b/Koha/Schema/Result/Localization.pm >@@ -89,7 +89,7 @@ __PACKAGE__->set_primary_key("localization_id"); > > =head1 UNIQUE CONSTRAINTS > >-=head2 C<entity_code_lang> >+=head2 C<entity_code_interface_lang> > > =over 4 > >@@ -97,17 +97,22 @@ __PACKAGE__->set_primary_key("localization_id"); > > =item * L</code> > >+=item * L</interface> >+ > =item * L</lang> > > =back > > =cut > >-__PACKAGE__->add_unique_constraint("entity_code_lang", ["entity", "code", "lang"]); >+__PACKAGE__->add_unique_constraint( >+ "entity_code_interface_lang", >+ ["entity", "code", "interface", "lang"], >+); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-28 10:27:49 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z6Ygj7EGpmfEXDk6wZMS+A >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-28 11:21:32 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:27A/CGfEQT7isxQxrDRubw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.20.1
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