HomeSort by relevance Sort by last modified time
    Searched refs:DROP_COLUMN (Results 1 - 4 of 4) sorted by null

  /external/autotest/frontend/migrations/
017_add_email_list.py 5 manager.execute(DROP_COLUMN)
8 DROP_COLUMN = 'ALTER TABLE jobs DROP COLUMN email_list'
009_add_timeout_to_jobs.py 12 manager.execute(DROP_COLUMN)
19 DROP_COLUMN = 'ALTER TABLE jobs DROP COLUMN timeout'
010_add_protection_to_hosts.py 7 manager.execute(DROP_COLUMN)
23 DROP_COLUMN = """ALTER TABLE hosts
086_add_invalidates_test_idx_to_tko_tests.py 15 DROP_COLUMN = """ALTER TABLE tko_tests DROP `invalidates_test_idx`; """
35 manager.execute(DROP_COLUMN)

Completed in 82 milliseconds