Bugzilla – Attachment 71213 Details for
Bug 18336
Add support for Unicode supplementary characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18336: DBIC update
Bug-18336-DBIC-update.patch (text/plain), 2.70 KB, created by
Katrin Fischer
on 2018-02-04 20:24:28 UTC
(
hide
)
Description:
Bug 18336: DBIC update
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-02-04 20:24:28 UTC
Size:
2.70 KB
patch
obsolete
>From 01b107992e491a95a8d90c3041c5d4103c8d94c3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 22 Jan 2018 12:35:49 -0300 >Subject: [PATCH] Bug 18336: DBIC update > >Sponsored-by: Hotchkiss School > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Schema/Result/TagsApproval.pm | 8 ++++---- > Koha/Schema/Result/TagsIndex.pm | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/Koha/Schema/Result/TagsApproval.pm b/Koha/Schema/Result/TagsApproval.pm >index 9df9cc9e35..92648b4f84 100644 >--- a/Koha/Schema/Result/TagsApproval.pm >+++ b/Koha/Schema/Result/TagsApproval.pm >@@ -27,7 +27,7 @@ __PACKAGE__->table("tags_approval"); > > data_type: 'varchar' > is_nullable: 0 >- size: 255 >+ size: 191 > > =head2 approved > >@@ -57,7 +57,7 @@ __PACKAGE__->table("tags_approval"); > > __PACKAGE__->add_columns( > "term", >- { data_type => "varchar", is_nullable => 0, size => 255 }, >+ { data_type => "varchar", is_nullable => 0, size => 191 }, > "approved", > { data_type => "integer", default_value => 0, is_nullable => 0 }, > "date_approved", >@@ -122,8 +122,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-04 19:32:39 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:V6O4TG3vfkRovbGgNP3HmA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4cvTasSpJ2c1vvVVe/R3UQ > > > # You can replace this text with custom content, and it will be preserved on regeneration >diff --git a/Koha/Schema/Result/TagsIndex.pm b/Koha/Schema/Result/TagsIndex.pm >index 49d2c1b1da..642fb160a1 100644 >--- a/Koha/Schema/Result/TagsIndex.pm >+++ b/Koha/Schema/Result/TagsIndex.pm >@@ -28,7 +28,7 @@ __PACKAGE__->table("tags_index"); > data_type: 'varchar' > is_foreign_key: 1 > is_nullable: 0 >- size: 255 >+ size: 191 > > =head2 biblionumber > >@@ -46,7 +46,7 @@ __PACKAGE__->table("tags_index"); > > __PACKAGE__->add_columns( > "term", >- { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 255 }, >+ { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 191 }, > "biblionumber", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, > "weight", >@@ -100,8 +100,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LCvvyig+memFWmWUdCStXQ >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ewTrnc9D1jcoyf65+MrSGQ > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.14.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 18336
:
70854
|
70855
|
70856
|
70857
|
70858
|
70859
|
70904
|
70905
|
70906
|
70907
|
70908
|
70909
|
71022
|
71210
|
71211
|
71212
|
71213
|
71214
|
71215
|
71216
|
71337
|
71779
|
71780
|
71781
|
71782
|
71783
|
71784
|
71785
|
71786
|
71836
|
71843
|
71844
|
71845
|
71846
|
71847
|
71848
|
71849
|
71850
|
71851
|
71953