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:
parent
ab99e64e8a
commit
5d0592c729
4 changed files with 20 additions and 24 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue