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:
parent
df65f2bbf3
commit
f7e1559a79
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue