Bugzilla – Attachment 93173 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), 631 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-09-26 19:26:48 UTC
(
hide
)
Description:
Bug 23677: Schema fix
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-09-26 19:26:48 UTC
Size:
631 bytes
patch
obsolete
>From b422384ee7d6e6f731548cf6788f0618cd789bdf 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 > >--- > 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 9674b56fe6..6177d75e9c 100644 >--- a/Koha/Schema/Result/Biblio.pm >+++ b/Koha/Schema/Result/Biblio.pm >@@ -402,4 +402,8 @@ __PACKAGE__->has_one( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >+__PACKAGE__->add_columns( >+ "+serial" => { is_boolean => 1 } >+); >+ > 1; >-- >2.23.0
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