Bugzilla – Attachment 127629 Details for
Bug 27360
Libraries should be able to pick which branches display on the public 'Libraries' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27360: (follow-up) DBRev 21.06.00.041
Bug-27360-follow-up-DBRev-210600041.patch (text/plain), 914 bytes, created by
Jonathan Druart
on 2021-11-15 10:49:11 UTC
(
hide
)
Description:
Bug 27360: (follow-up) DBRev 21.06.00.041
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-11-15 10:49:11 UTC
Size:
914 bytes
patch
obsolete
>From cef2cfc83111f5e140806607f1eca75d951b45fd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 15 Nov 2021 11:48:51 +0100 >Subject: [PATCH] Bug 27360: (follow-up) DBRev 21.06.00.041 > >--- > installer/data/mysql/db_revs/210600041.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/210600041.pl b/installer/data/mysql/db_revs/210600041.pl >index d5ced6d62f0..f08dfac9b3f 100755 >--- a/installer/data/mysql/db_revs/210600041.pl >+++ b/installer/data/mysql/db_revs/210600041.pl >@@ -9,7 +9,7 @@ return { > > unless ( column_exists('branches', 'public') ) { > $dbh->do(q{ >- ALTER TABLE branches ADD public tinyint DEFAULT 1 AFTER pickup_location >+ ALTER TABLE branches ADD public tinyint(1) NOT NULL DEFAULT 1 AFTER pickup_location > }); > } > }, >-- >2.25.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 27360
:
126997
|
126998
|
126999
|
127000
|
127007
|
127008
|
127009
|
127011
|
127012
|
127013
|
127144
|
127145
|
127146
|
127147
|
127158
|
127159
|
127160
|
127161
|
127162
|
127163
|
127253
| 127629