summaryrefslogtreecommitdiff
path: root/db/migrate/20170428064307_add_column_delete_error_to_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170428064307_add_column_delete_error_to_projects.rb')
-rw-r--r--db/migrate/20170428064307_add_column_delete_error_to_projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170428064307_add_column_delete_error_to_projects.rb b/db/migrate/20170428064307_add_column_delete_error_to_projects.rb
index 09f9d9b5b7a..bef0373309c 100644
--- a/db/migrate/20170428064307_add_column_delete_error_to_projects.rb
+++ b/db/migrate/20170428064307_add_column_delete_error_to_projects.rb
@@ -1,4 +1,4 @@
-class AddColumnDeleteErrorToProjects < ActiveRecord::Migration
+class AddColumnDeleteErrorToProjects < ActiveRecord::Migration[4.2]
DOWNTIME = false
def change