CC-4454: Show deleting: if you do 'delete this instance and all following', it doesn't remove entries from cc_schedule table

-fixed
This commit is contained in:
Martin Konecny 2012-09-17 12:32:39 -04:00
parent ab99e64e8a
commit 5d0592c729
4 changed files with 20 additions and 24 deletions

View file

@ -558,6 +558,7 @@ WHERE st.ends > :startTime1
AND st.starts < :endTime
AND st.playout_status > 0
AND si.ends > :startTime2
AND si.modified_instance = 'f'
ORDER BY st.starts
SQL;
@ -578,6 +579,7 @@ WHERE st.ends > :startTime1
AND st.starts < :rangeEnd
AND st.playout_status > 0
AND si.ends > :startTime2
AND si.modified_instance = 'f'
ORDER BY st.starts LIMIT 3
SQL;