Bugzilla – Attachment 168446 Details for
Bug 36424
Database update 23.06.00.061 breaks due to syntax error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36424: Remove trailing comma
Bug-36424-Remove-trailing-comma.patch (text/plain), 1015 bytes, created by
Pedro Amorim
on 2024-07-03 12:35:46 UTC
(
hide
)
Description:
Bug 36424: Remove trailing comma
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-03 12:35:46 UTC
Size:
1015 bytes
patch
obsolete
>From 740df9b4971a11b18d3a8c09156a077703587b46 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 3 Jul 2024 12:35:34 +0000 >Subject: [PATCH] Bug 36424: Remove trailing comma > >--- > installer/data/mysql/db_revs/230600061.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/230600061.pl b/installer/data/mysql/db_revs/230600061.pl >index 3defd4a34d..a9bf4e4596 100755 >--- a/installer/data/mysql/db_revs/230600061.pl >+++ b/installer/data/mysql/db_revs/230600061.pl >@@ -35,7 +35,7 @@ return { > $old_rooms_table TO $rooms_table, > $old_bookings_table TO $bookings_table, > $old_equipment_table TO $equipment_table, >- $old_roomequipment_table TO $roomequipment_table, >+ $old_roomequipment_table TO $roomequipment_table > } > ); > $dbh->do("ALTER TABLE $rooms_table RENAME INDEX $old_rooms_index TO $rooms_index"); >-- >2.39.2
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 36424
:
167670
|
167773
|
168403
| 168446