v811_spc009/external/autotest/frontend/migrations/014_run_verify.py

7 lines
212 B

def migrate_up(manager):
manager.execute('ALTER TABLE host_queue_entries ADD run_verify SMALLINT DEFAULT 1')
def migrate_down(manager):
manager.execute('ALTER TABLE host_queue_entries DROP run_verify')