-- Development rollback for the abandoned one-active-dine-in constraint.
-- Production never received the original migration and does not need this.

ALTER TABLE sessionCustomers
  DROP INDEX uk_sessionCustomers_active_customer;

-- The non-unique lookup index created in step 37 remains in place:
-- idx_sessionCustomers_customer_session (customerUserId, sessionId)
