"""MySQL queries for script status table.""" UPDATE_LAST_RUN = ( 'UPDATE script_status SET last_run = %s WHERE script_name = %s' )