HomeSort by relevance Sort by last modified time
    Searched full:drop (Results 1 - 25 of 4686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/tko/migrations/
001_initial_db.py 11 -- drop all views (since they depend on some or all of the following tables)
12 DROP VIEW IF EXISTS test_view;
13 DROP VIEW IF EXISTS perf_view;
15 DROP TABLE IF EXISTS brrd_sync;
16 DROP TABLE IF EXISTS iteration_result;
17 DROP TABLE IF EXISTS test_attributes;
18 DROP TABLE IF EXISTS tests;
19 DROP TABLE IF EXISTS patches;
20 DROP TABLE IF EXISTS jobs;
21 DROP TABLE IF EXISTS machines
    [all...]
018_add_indexes.py 24 DROP INDEX job_idx ON tests;
25 DROP INDEX reason ON tests;
26 DROP INDEX test ON tests;
27 DROP INDEX subdir ON tests;
28 DROP INDEX printable ON kernels;
29 DROP INDEX word ON status;
30 DROP INDEX attribute ON test_attributes;
31 DROP INDEX value ON test_attributes;
32 DROP INDEX attribute ON iteration_result;
33 DROP INDEX value ON iteration_result
    [all...]
027_user_created_test_attributes.py 8 ALTER TABLE test_attributes DROP COLUMN user_created, DROP COLUMN id;
  /external/autotest/frontend/migrations/
001_initial_db.py 11 DROP TABLE IF EXISTS `acl_groups`;
12 DROP TABLE IF EXISTS `acl_groups_hosts`;
13 DROP TABLE IF EXISTS `acl_groups_users`;
14 DROP TABLE IF EXISTS `autotests`;
15 DROP TABLE IF EXISTS `host_queue_entries`;
16 DROP TABLE IF EXISTS `hosts`;
17 DROP TABLE IF EXISTS `hosts_labels`;
18 DROP TABLE IF EXISTS `ineligible_host_queues`;
19 DROP TABLE IF EXISTS `jobs`;
20 DROP TABLE IF EXISTS `labels`
    [all...]
075_index_get_prioritized_special_tasks.py 7 DROP INDEX host_queue_entries_host_active ON afe_host_queue_entries;
8 DROP INDEX special_tasks_active_complete ON afe_special_tasks;
076_index_pending_hqe.py 6 DROP INDEX host_queue_entry_status ON afe_host_queue_entries;
080_index_abort_host_queue_entries.py 6 DROP INDEX host_queue_entries_abort_incomplete ON afe_host_queue_entries;
081_index_afe_jobs_on_parent_id.py 6 DROP INDEX parent_job_id_index ON afe_jobs;
089_index_afe_jobs_on_owner.py 6 DROP INDEX owner_index ON afe_jobs;
093_make_afe_users_login_unique.py 6 DROP INDEX login_unique ON afe_users;
104_index_job_name.py 6 DROP INDEX name_index ON afe_jobs;
107_index_tko_jobs_started_time.py 6 DROP INDEX started_time_index ON tko_jobs;
108_index_tko_tests_finished_time.py 6 DROP INDEX finished_time_idx ON tko_tests;
002_cleanup_fields.py 2 manager.execute('ALTER TABLE autotests DROP params')
3 manager.execute('ALTER TABLE jobs DROP kernel_url, DROP status, '
4 'DROP submitted_on')
5 manager.execute('ALTER TABLE host_queue_entries DROP created_on')
013_new_test_fields.py 13 manager.execute('ALTER TABLE jobs DROP run_verify')
14 manager.execute('ALTER TABLE autotests DROP sync_count')
15 manager.execute('ALTER TABLE autotests DROP author')
16 manager.execute('ALTER TABLE autotests DROP dependencies')
17 manager.execute('ALTER TABLE autotests DROP experimental')
18 manager.execute('ALTER TABLE autotests DROP run_verify')
19 manager.execute('ALTER TABLE autotests DROP test_time')
20 manager.execute('ALTER TABLE autotests DROP test_category')
043_add_special_task_requested_by.py 9 ALTER TABLE special_tasks DROP FOREIGN KEY special_tasks_requested_by_id;
10 ALTER TABLE special_tasks DROP COLUMN requested_by_id;
057_add_planner_triage_actions.py 11 DROP COLUMN requires_rerun;
14 DROP COLUMN invalidated;
077_add_run_reset.py 7 ALTER TABLE afe_autotests DROP COLUMN run_reset;
8 ALTER TABLE afe_jobs DROP COLUMN run_reset;
085_lease_hosts.py 7 DROP INDEX leased_hosts ON afe_hosts;
8 ALTER TABLE afe_hosts DROP COLUMN leased;
082_add_tko_iteration_perf_value_graph_field.py 6 ALTER TABLE tko_iteration_perf_value DROP COLUMN graph;
090_add_field_time_finished_to_afe_special_tasks.py 6 ALTER TABLE afe_special_tasks DROP COLUMN time_finished;
091_add_hqe_finished_on.py 6 ALTER TABLE afe_host_queue_entries DROP COLUMN finished_on;
098_add_require_ssp.py 6 ALTER TABLE afe_jobs DROP COLUMN require_ssp;
101_add_lock_reason_afe_hosts.py 6 ALTER TABLE afe_hosts DROP COLUMN lock_reason
  /sdk/files/
README_add-ons.txt 2 Drop vendor supplied SDK add-on in this folder

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>