Bugzilla – Attachment 100855 Details for
Bug 22784
Add the ability to archive purchase suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22784: DBIC Changes
Bug-22784-DBIC-Changes.patch (text/plain), 1.53 KB, created by
Jonathan Druart
on 2020-03-17 07:57:42 UTC
(
hide
)
Description:
Bug 22784: DBIC Changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-17 07:57:42 UTC
Size:
1.53 KB
patch
obsolete
>From 22df1995be4da9c13d8f366736f15283211c2f5e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 14 Nov 2019 16:52:14 +0100 >Subject: [PATCH] Bug 22784: DBIC Changes >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Sponsored-by: BULAC - http://www.bulac.fr/ >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > Koha/Schema/Result/Suggestion.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Suggestion.pm b/Koha/Schema/Result/Suggestion.pm >index 7d6e57b27d..83683b09f7 100644 >--- a/Koha/Schema/Result/Suggestion.pm >+++ b/Koha/Schema/Result/Suggestion.pm >@@ -97,6 +97,12 @@ __PACKAGE__->table("suggestions"); > is_nullable: 0 > size: 10 > >+=head2 archived >+ >+ data_type: 'integer' >+ default_value: 0 >+ is_nullable: 0 >+ > =head2 note > > data_type: 'longtext' >@@ -252,6 +258,8 @@ __PACKAGE__->add_columns( > is_nullable => 0, > size => 10, > }, >+ "archived", >+ { data_type => "integer", default_value => 0, is_nullable => 0 }, > "note", > { data_type => "longtext", is_nullable => 1 }, > "author", >@@ -476,8 +484,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-11-14 15:44:38 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qZuiiZgd+ry97OSngYckSA >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-11-14 15:51:55 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VMqZoZ/sYmLJdsVamvcDnw > > __PACKAGE__->belongs_to( > "suggester", >-- >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 22784
:
95499
|
95500
|
95501
|
95502
|
95510
|
95511
|
95512
|
95513
|
95533
|
95534
|
95535
|
95536
|
95537
|
95538
|
96900
|
96901
|
96902
|
96903
|
96904
|
96905
|
100806
|
100807
|
100808
|
100809
|
100810
|
100811
|
100854
|
100855
|
100856
|
100857
|
100858
|
100859
|
101948
|
102779
|
102780
|
102781
|
102782
|
102783
|
102784
|
102785
|
102786
|
102944