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