aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20150413071835_delete_import_tasks.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/migrate/20150413071835_delete_import_tasks.rb b/db/migrate/20150413071835_delete_import_tasks.rb
new file mode 100644
index 000000000..9ebd5d327
--- /dev/null
+++ b/db/migrate/20150413071835_delete_import_tasks.rb
@@ -0,0 +1,7 @@
+class DeleteImportTasks < ActiveRecord::Migration
+ def change
+ drop_table :compliance_check_results
+ drop_table :compliance_check_tasks
+ drop_table :import_tasks
+ end
+end