Bugzilla – Attachment 75880 Details for
Bug 19524
Share patron lists between staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19524: Update Schema files
Bug-19524-Update-Schema-files.patch (text/plain), 1.46 KB, created by
Biblibre Sandboxes
on 2018-06-07 13:50:59 UTC
(
hide
)
Description:
Bug 19524: Update Schema files
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2018-06-07 13:50:59 UTC
Size:
1.46 KB
patch
obsolete
>From 3fa331ef44887338bd6a324880e200f49f6d580c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 Jun 2018 10:51:34 +0000 >Subject: [PATCH] Bug 19524: Update Schema files > >Signed-off-by: George Williams <george@nekls.org> >--- > Koha/Schema/Result/PatronList.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/PatronList.pm b/Koha/Schema/Result/PatronList.pm >index 3864f13..3b5ec7c 100644 >--- a/Koha/Schema/Result/PatronList.pm >+++ b/Koha/Schema/Result/PatronList.pm >@@ -41,6 +41,12 @@ __PACKAGE__->table("patron_lists"); > is_foreign_key: 1 > is_nullable: 0 > >+=head2 shared >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -50,6 +56,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 0, size => 255 }, > "owner", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, >+ "shared", >+ { data_type => "tinyint", default_value => 0, is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -97,8 +105,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 21:34:14 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iWNlXRM+XvkJMlnu4F0xKw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-06-07 10:50:32 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8AfbIJuM+GHTRa0HeK1HbQ > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.7.4
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 19524
:
75872
|
75873
|
75874
|
75878
|
75879
|
75880
|
75891
|
75892
|
75893
|
76992