You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update ticket set category_id = null where tickets_reservation_id in (?, ?) and status in ('PENDING', 'OFFLINE_PAYMENT') and category_id in (select tc.id from ticket_category tc, ticket t where t.tickets_reservation_id in (?, ?) and t.category_id = tc.id and tc.bounded = false)
see
TicketRepository.resetCategoryIdForUnboundedCategories(TicketRepository:93)
The text was updated successfully, but these errors were encountered:
The following statement causes an error on MySql:
update ticket set category_id = null where tickets_reservation_id in (?, ?) and status in ('PENDING', 'OFFLINE_PAYMENT') and category_id in (select tc.id from ticket_category tc, ticket t where t.tickets_reservation_id in (?, ?) and t.category_id = tc.id and tc.bounded = false)
see
TicketRepository.resetCategoryIdForUnboundedCategories(TicketRepository:93)
The text was updated successfully, but these errors were encountered: