summaryrefslogtreecommitdiff
path: root/db/migrate/20160317092222_add_moved_to_to_issue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160317092222_add_moved_to_to_issue.rb')
-rw-r--r--db/migrate/20160317092222_add_moved_to_to_issue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160317092222_add_moved_to_to_issue.rb b/db/migrate/20160317092222_add_moved_to_to_issue.rb
index 2bf549d7ecd..8d81d84fd20 100644
--- a/db/migrate/20160317092222_add_moved_to_to_issue.rb
+++ b/db/migrate/20160317092222_add_moved_to_to_issue.rb
@@ -1,4 +1,4 @@
-class AddMovedToToIssue < ActiveRecord::Migration
+class AddMovedToToIssue < ActiveRecord::Migration[4.2]
def change
add_reference :issues, :moved_to, references: :issues # rubocop:disable Migration/AddReference
end