Bugzilla – Attachment 155887 Details for
Bug 34789
Fix typo in erm_eholdings_titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34789: (follow-up) Fix atomic update file
Bug-34789-follow-up-Fix-atomic-update-file.patch (text/plain), 1.31 KB, created by
Matt Blenkinsop
on 2023-09-19 09:25:05 UTC
(
hide
)
Description:
Bug 34789: (follow-up) Fix atomic update file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-09-19 09:25:05 UTC
Size:
1.31 KB
patch
obsolete
>From bcc57cf8b8e10568f3faa832cb527ad5cbfae4a5 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 19 Sep 2023 09:24:04 +0000 >Subject: [PATCH] Bug 34789: (follow-up) Fix atomic update file > >Atomic update file had a versioning issue - now changed to be compatible with older versions > >Please backport >--- > installer/data/mysql/atomicupdate/bug_34789-rename-column.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_34789-rename-column.pl b/installer/data/mysql/atomicupdate/bug_34789-rename-column.pl >index f305f27ffa..4f96713e7f 100755 >--- a/installer/data/mysql/atomicupdate/bug_34789-rename-column.pl >+++ b/installer/data/mysql/atomicupdate/bug_34789-rename-column.pl >@@ -10,7 +10,7 @@ return { > if ( column_exists( 'erm_eholdings_titles', 'preceeding_publication_title_id' ) ) { > $dbh->do( > q{ >- ALTER TABLE erm_eholdings_titles RENAME COLUMN preceeding_publication_title_id TO preceding_publication_title_id >+ ALTER TABLE erm_eholdings_titles CHANGE COLUMN preceeding_publication_title_id preceding_publication_title_id varchar(255) DEFAULT NULL > } > ); > say $out 'Column renamed to preceding_publication_title_id'; >-- >2.37.1 (Apple Git-137.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 34789
:
155607
|
155608
|
155609
|
155610
|
155730
|
155731
|
155732
|
155733
|
155750
|
155751
|
155752
|
155753
|
155754
| 155887