Searched defs:UP_SQL (Results 1 - 6 of 6) sorted by relevance

/external/autotest/frontend/migrations/
H A D039_remove_special_tasks_log_file.py0 UP_SQL = 'ALTER TABLE special_tasks DROP COLUMN log_file'
1 UP_SQL = 'ALTER TABLE special_tasks DROP COLUMN log_file' variable
H A D110_remove_synch_id.py3 UP_SQL = "SELECT 1;" variable
H A D111_add_back_synch_id_temporarily.py3 UP_SQL = "SELECT 1;" variable
H A D112_remove_synch_id.py3 UP_SQL = "SELECT 1;" variable
H A D113_add_back_sync_id_temporarily.py3 UP_SQL = "SELECT 1;" variable
/external/autotest/database/
H A Dmigrate_unittest.py156 UP_SQL = 'foo' variable in class:MigrationTest.test_migration_with_strings.DummyMigration

Completed in 148 milliseconds