From d925cb586a70c222b0ecff8b074471caab189227 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 3 Jul 2024 12:35:34 +0000 Subject: [PATCH] Bug 36424: Remove trailing comma in DBRev 23.06.00.061 This fixes a syntax erorr in the database update for the bookings tables. Signed-off-by: Katrin Fischer (cherry picked from commit f7e1559a7944abee1c1619cc1f1bbbd646622a60) Signed-off-by: Lucas Gass --- 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.5