CC-4961: Show linking
-moved show deletion into show service
This commit is contained in:
parent
ab10ae68a2
commit
81dbb17922
4 changed files with 179 additions and 39 deletions
|
@ -342,6 +342,7 @@ class Application_Service_ShowFormService
|
|||
SELECT starts, ends FROM cc_show_instances
|
||||
WHERE ends > now() at time zone 'UTC'
|
||||
AND show_id = :showId
|
||||
AND modified_instance = FALSE
|
||||
ORDER BY starts
|
||||
LIMIT 1
|
||||
SQL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue