Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 10
and
Version 11
of
izvestai
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/02/25 13:10:37 (
4 days
ago)
Author:
213209
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
izvestai
v10
v11
14
14
COUNT(rh.cancellation_reason) AS total_cancellations_per_restaurant
15
15
FROM reservation_history rh
16
INNER JOIN app_user au ON rh.
custom
er_id = au.id
16
INNER JOIN app_user au ON rh.
us
er_id = au.id
17
17
WHERE rh.cancellation_reason IS NOT NULL
18
18
GROUP BY au.first_name,