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 <katrin.fischer@bsz-bw.de>
This commit is contained in:
Pedro Amorim 2024-07-03 12:35:34 +00:00 committed by Katrin Fischer
parent df65f2bbf3
commit f7e1559a79
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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");