Denhac / KOMF-LP

0 stars 0 forks source link

Send Producer emails when show is successfully scheduled #12

Open stonaker opened 4 years ago

stonaker commented 4 years ago

Check table komf_scheduled_show_verifications; Run stored procedure to update scheduled shows CALL komf_update_scheduled_shows Check table results afterwards. IF A NEW ROW WAS CREATED: Join songs to komf_emails ON (title & type=’om_project’) Joined to the new row in komf_scheduled_show_verifications ON ShowName = songs.album Send an email to the address from komf_emails (& ourselves?)