1 UP_SQL = """ 2 CREATE INDEX owner_index ON afe_jobs (owner); 3 """ 4 5 DOWN_SQL = """ 6 DROP INDEX owner_index ON afe_jobs; 7 """ 8