HomeSort by relevance Sort by last modified time
    Searched full:migrate_down (Results 51 - 74 of 74) sorted by null

1 23

  /external/autotest/tko/migrations/
001_initial_db.py 6 def migrate_down(manager): function
008_add_iteration_attributes.py 4 def migrate_down(manager): function
025_add_test_label_foreign_keys.py 23 def migrate_down(mgr): function
018_add_indexes.py 5 def migrate_down(manager): function
014_add_test_view_2.py 37 def migrate_down(manager): function
016_modify_perf_view_2.py 7 def migrate_down(manager): function
013_fix_perf_view.py 5 def migrate_down(manager): function
015_support_graphing_interface.py 6 def migrate_down(manager): function
002_add_job_timestamps.py 6 def migrate_down(manager): function
003_add_test_timestamps.py 6 def migrate_down(manager): function
004_add_test_started.py 6 def migrate_down(manager): function
031_rename_tko_tables.py 375 def migrate_down(manager): function
  /external/autotest/frontend/migrations/
009_add_timeout_to_jobs.py 11 def migrate_down(manager): function
011_support_one_time_hosts.py 6 def migrate_down(manager): function
013_new_test_fields.py 12 def migrate_down(manager): function
028_add_atomic_groups.py 15 def migrate_down(manager): function
061_drone_sets_permissions_proper.py 32 def migrate_down(manager): function
046_merge_databases.py 37 def migrate_down(manager): function
059_drone_sets_permissions.py 37 def migrate_down(manager): function
022_implement_sync_count.py 49 def migrate_down(manager): function
037_db_constraints.py 131 def migrate_down(manager): function
  /external/autotest/database/
migrate_unittest.py 49 def migrate_down(self, manager): member in class:DummyMigration
135 migration.migrate_down(self.manager)
148 def migrate_down(manager): member in class:MigrationTest.test_migration_with_methods.DummyMigration
migrate.py 23 _DOWN_ATTRIBUTES = ('migrate_down', 'DOWN_SQL')
75 def migrate_down(self, manager): member in class:Migration
233 migration.migrate_down(self)
  /external/autotest/database/server_db_migrations/
001_initial_db.py 10 def migrate_down(manager): function

Completed in 2394 milliseconds

1 23