summaryrefslogtreecommitdiff
path: root/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb')
-rw-r--r--db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb b/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
index 78d45c7f96b..fab126c3d04 100644
--- a/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
+++ b/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
@@ -1,4 +1,4 @@
-class AddUpdatedByToIssuablesAndNotes < ActiveRecord::Migration
+class AddUpdatedByToIssuablesAndNotes < ActiveRecord::Migration[4.2]
def change
add_column :notes, :updated_by_id, :integer
add_column :issues, :updated_by_id, :integer