blob: d269fce6b518c40e7c6b1ea6f6e09b83aab27a48 [file] [log] [blame]
UP_SQL = """
CREATE INDEX parent_job_id_index ON afe_jobs (parent_job_id);
"""
DOWN_SQL = """
DROP INDEX parent_job_id_index ON afe_jobs;
"""