summaryrefslogtreecommitdiff
path: root/db/migrate/20151110125604_add_import_error_to_project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151110125604_add_import_error_to_project.rb')
-rw-r--r--db/migrate/20151110125604_add_import_error_to_project.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20151110125604_add_import_error_to_project.rb b/db/migrate/20151110125604_add_import_error_to_project.rb
deleted file mode 100644
index 48a15ad0737..00000000000
--- a/db/migrate/20151110125604_add_import_error_to_project.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddImportErrorToProject < ActiveRecord::Migration[4.2]
- def change
- add_column :projects, :import_error, :text
- end
-end