Bugzilla – Attachment 106560 Details for
Bug 23111
Setting a custom framework as the default for cataloguing is not possible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23111: (QA follow-up) Add AFTER to update database statement
Bug-23111-QA-follow-up-Add-AFTER-to-update-databas.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2020-07-05 16:56:22 UTC
(
hide
)
Description:
Bug 23111: (QA follow-up) Add AFTER to update database statement
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-07-05 16:56:22 UTC
Size:
1.25 KB
patch
obsolete
>From fa63ad392d636ee17d0be1577e5f32765cecef16 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 1 Jul 2020 09:20:11 +0000 >Subject: [PATCH] Bug 23111: (QA follow-up) Add AFTER to update database > statement > >--- > .../bug-23111_add-is_default-column-to-biblio_framework.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug-23111_add-is_default-column-to-biblio_framework.perl b/installer/data/mysql/atomicupdate/bug-23111_add-is_default-column-to-biblio_framework.perl >index 73ccc57085..4249404075 100644 >--- a/installer/data/mysql/atomicupdate/bug-23111_add-is_default-column-to-biblio_framework.perl >+++ b/installer/data/mysql/atomicupdate/bug-23111_add-is_default-column-to-biblio_framework.perl >@@ -1,7 +1,7 @@ > $DBversion = 'XXX'; # will be replaced by the RM > if( CheckVersion( $DBversion ) ) { > if( !column_exists( 'biblio_framework', 'default' ) ) { >- $dbh->do(q{ALTER TABLE biblio_framework ADD is_default TINYINT(1) default 0 NOT NULL}); >+ $dbh->do(q{ALTER TABLE biblio_framework ADD is_default TINYINT(1) default 0 NOT NULL AFTER frameworktext}); > } > NewVersion( $DBversion, 23111, "Add is_default column to biblio_framework table"); > } >-- >2.11.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 23111
:
90550
|
90587
|
90588
|
91039
|
91040
|
91791
|
92184
|
102602
|
102603
|
104058
|
104059
|
104060
|
104061
|
104062
|
106560
|
112354
|
112468
|
138766
|
138767
|
138768
|
138769
|
138770
|
141565
|
141566
|
141567
|
141568
|
141569
|
157717
|
157718
|
157719
|
157720
|
157721
|
157722
|
157723