Changes between Version 10 and Version 11 of izvestai


Ignore:
Timestamp:
06/02/25 13:10:37 (4 days ago)
Author:
213209
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • izvestai

    v10 v11  
    1414    COUNT(rh.cancellation_reason) AS total_cancellations_per_restaurant
    1515FROM reservation_history rh 
    16 INNER JOIN app_user au ON rh.customer_id = au.id
     16INNER JOIN app_user au ON rh.user_id = au.id
    1717WHERE rh.cancellation_reason IS NOT NULL 
    1818GROUP BY au.first_name,