Bugzilla – Attachment 38431 Details for
Bug 13606
Batch modification for records is limited to ~500
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13606: (RM followup) DBIx updates
Bug-13606-RM-followup-DBIx-updates.patch (text/plain), 1.39 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-04-23 16:23:16 UTC
(
hide
)
Description:
Bug 13606: (RM followup) DBIx updates
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-04-23 16:23:16 UTC
Size:
1.39 KB
patch
obsolete
>From a8971f33ad35369695e7213721a16dc94f334969 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 23 Apr 2015 13:22:41 -0300 >Subject: [PATCH] Bug 13606: (RM followup) DBIx updates > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Koha/Schema/Result/Session.pm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Session.pm b/Koha/Schema/Result/Session.pm >index bbbe5a6..322c091 100644 >--- a/Koha/Schema/Result/Session.pm >+++ b/Koha/Schema/Result/Session.pm >@@ -31,7 +31,7 @@ __PACKAGE__->table("sessions"); > > =head2 a_session > >- data_type: 'text' >+ data_type: 'mediumtext' > is_nullable: 0 > > =cut >@@ -40,7 +40,7 @@ __PACKAGE__->add_columns( > "id", > { data_type => "varchar", is_nullable => 0, size => 32 }, > "a_session", >- { data_type => "text", is_nullable => 0 }, >+ { data_type => "mediumtext", is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >@@ -56,8 +56,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("id"); > > >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:N/DKx6NVPCcbDVK3SSMfGQ >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:21:59 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gsbP76fskUOelxUl8nAVMQ > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.3.6
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 13606
:
35444
|
35445
|
37597
|
37601
|
37621
|
37627
|
37633
|
37634
|
37635
|
37636
|
37637
|
37648
|
37658
|
37660
|
37662
|
37663
|
37664
|
38058
|
38059
|
38060
|
38061
| 38431