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