Display number of reserve shows that are in the queue on the the calander page #14

Open
opened 2023-07-10 10:14:47 +00:00 by ken_fallon · 0 comments
Owner
SELECT count(*) FROM reservations WHERE status='RESERVE_SHOW_SUBMITTED' AND verified='1' AND ep_date='1970-01-01' AND ep_num='9999' AND ip='127.0.0.1';
``` SELECT count(*) FROM reservations WHERE status='RESERVE_SHOW_SUBMITTED' AND verified='1' AND ep_date='1970-01-01' AND ep_num='9999' AND ip='127.0.0.1'; ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HPR/hpr_hub#14
No description provided.