Bugzilla – Attachment 36146 Details for
Bug 13523
AddBiblio fails on mysql with STRICT_TRANS_TABLES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13523: DBIC updates
Bug-13523-DBIC-updates.patch (text/plain), 2.49 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-02-24 17:21:01 UTC
(
hide
)
Description:
Bug 13523: DBIC updates
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-02-24 17:21:01 UTC
Size:
2.49 KB
patch
obsolete
>From 7272426d0d6985e1e7f35d4a55d5fb6444b1ffba Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Tue, 24 Feb 2015 14:20:31 -0300 >Subject: [PATCH] Bug 13523: DBIC updates > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Koha/Schema/Result/Biblioitem.pm | 8 ++++---- > Koha/Schema/Result/Deletedbiblioitem.pm | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/Koha/Schema/Result/Biblioitem.pm b/Koha/Schema/Result/Biblioitem.pm >index 25c25e8..874f1d2 100644 >--- a/Koha/Schema/Result/Biblioitem.pm >+++ b/Koha/Schema/Result/Biblioitem.pm >@@ -211,7 +211,7 @@ __PACKAGE__->table("biblioitems"); > =head2 marcxml > > data_type: 'longtext' >- is_nullable: 0 >+ is_nullable: 1 > > =cut > >@@ -293,7 +293,7 @@ __PACKAGE__->add_columns( > "totalissues", > { data_type => "integer", is_nullable => 1 }, > "marcxml", >- { data_type => "longtext", is_nullable => 0 }, >+ { data_type => "longtext", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -341,8 +341,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-24 09:58:16 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5gIBkvhOBzIK8vTrUe8MVw >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-24 14:19:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A/4lKYlKWWd8TcMVzMRtCg > > > # You can replace this text with custom content, and it will be preserved on regeneration >diff --git a/Koha/Schema/Result/Deletedbiblioitem.pm b/Koha/Schema/Result/Deletedbiblioitem.pm >index 33472fa..659ced0 100644 >--- a/Koha/Schema/Result/Deletedbiblioitem.pm >+++ b/Koha/Schema/Result/Deletedbiblioitem.pm >@@ -210,7 +210,7 @@ __PACKAGE__->table("deletedbiblioitems"); > =head2 marcxml > > data_type: 'longtext' >- is_nullable: 0 >+ is_nullable: 1 > > =cut > >@@ -287,7 +287,7 @@ __PACKAGE__->add_columns( > "totalissues", > { data_type => "integer", is_nullable => 1 }, > "marcxml", >- { data_type => "longtext", is_nullable => 0 }, >+ { data_type => "longtext", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -303,8 +303,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("biblioitemnumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-24 09:58:16 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ObIMBOrm2gbpPRMA0yRpLw >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-24 14:19:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RTMXhtMKvih1zhllHwwwYQ > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.3.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 13523
:
35456
|
35932
|
36087
| 36146