Bugzilla – Attachment 36821 Details for
Bug 11430
Search history: Delete selected lines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11430: (RM followup) DBIx schema update
Bug-11430-RM-followup-DBIx-schema-update.patch (text/plain), 1.52 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-03-11 18:04:55 UTC
(
hide
)
Description:
Bug 11430: (RM followup) DBIx schema update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-03-11 18:04:55 UTC
Size:
1.52 KB
patch
obsolete
>From 097e4057f9528ba836f5420786dea5b2ea843a68 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 11 Mar 2015 15:00:09 -0300 >Subject: [PATCH] Bug 11430: (RM followup) DBIx schema update > >--- > Koha/Schema/Result/SearchHistory.pm | 24 ++++++++++++++++++++++-- > 1 file changed, 22 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/SearchHistory.pm b/Koha/Schema/Result/SearchHistory.pm >index f031384..809619e 100644 >--- a/Koha/Schema/Result/SearchHistory.pm >+++ b/Koha/Schema/Result/SearchHistory.pm >@@ -23,6 +23,12 @@ __PACKAGE__->table("search_history"); > > =head1 ACCESSORS > >+=head2 id >+ >+ data_type: 'integer' >+ is_auto_increment: 1 >+ is_nullable: 0 >+ > =head2 userid > > data_type: 'integer' >@@ -67,6 +73,8 @@ __PACKAGE__->table("search_history"); > =cut > > __PACKAGE__->add_columns( >+ "id", >+ { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "userid", > { data_type => "integer", is_nullable => 0 }, > "sessionid", >@@ -93,9 +101,21 @@ __PACKAGE__->add_columns( > }, > ); > >+=head1 PRIMARY KEY >+ >+=over 4 >+ >+=item * L</id> >+ >+=back >+ >+=cut >+ >+__PACKAGE__->set_primary_key("id"); >+ > >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-05-05 02:39:48 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8x/CWZQFWoXcKGVs4h4CWQ >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-03-11 14:59:09 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IDEfmaznxc6sCi0r/8ibhg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.3.2
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 11430
:
23713
|
23714
|
23715
|
23716
|
23717
|
23718
|
25499
|
25500
|
25501
|
25502
|
25503
|
25504
|
25618
|
28636
|
28637
|
28638
|
28639
|
28640
|
28641
|
28642
|
29042
|
29043
|
29044
|
29045
|
29046
|
29047
|
29048
|
29059
|
29081
|
29082
|
29083
|
29084
|
29085
|
29106
|
29107
|
29108
|
29109
|
29110
|
29592
|
29635
|
29636
|
29637
|
29638
|
29639
|
29640
|
33831
|
33832
|
33833
|
33834
|
33835
|
33836
|
36444
|
36820
| 36821 |
36822