CC-3369 : Ability to identify tracks that are actually inside a show in the schedule table

chaning column name to playout_status
This commit is contained in:
Naomi Aro 2012-03-02 12:22:08 +01:00
parent d03d01bce9
commit 6c749075ac
9 changed files with 56 additions and 56 deletions

View file

@ -237,7 +237,7 @@ class Application_Model_Schedule {
sched.starts AS sched_starts, sched.ends AS sched_ends, sched.id AS sched_id,
sched.cue_in AS cue_in, sched.cue_out AS cue_out,
sched.fade_in AS fade_in, sched.fade_out AS fade_out,
sched.status AS sched_status,
sched.playout_status AS playout_status,
ft.track_title AS file_track_title, ft.artist_name AS file_artist_name,
ft.album_title AS file_album_title, ft.length AS file_length