Bugzilla – Attachment 93751 Details for
Bug 23677
Add API route to get a bibliographic record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23677: Schema fix
Bug-23677-Schema-fix.patch (text/plain), 761 bytes, created by
Kyle M Hall (khall)
on 2019-10-04 16:13:56 UTC
(
hide
)
Description:
Bug 23677: Schema fix
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-10-04 16:13:56 UTC
Size:
761 bytes
patch
obsolete
>From 24cc5b71900054668be203e3d08a45248ee7f553 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 26 Sep 2019 16:22:54 -0300 >Subject: [PATCH] Bug 23677: Schema fix > >Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/Biblio.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Koha/Schema/Result/Biblio.pm b/Koha/Schema/Result/Biblio.pm >index 43fa26af46..116764ec69 100644 >--- a/Koha/Schema/Result/Biblio.pm >+++ b/Koha/Schema/Result/Biblio.pm >@@ -417,4 +417,8 @@ __PACKAGE__->has_one( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >+__PACKAGE__->add_columns( >+ "+serial" => { is_boolean => 1 } >+); >+ > 1; >-- >2.21.0 (Apple Git-122)
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 23677
:
93172
|
93173
|
93174
|
93175
|
93622
|
93623
|
93679
|
93680
|
93681
|
93682
|
93750
| 93751 |
93752
|
93753