]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20160822153115_create_issue_comments.rb
Adjust for rails5 convention on migrations.
[rails.git] / db / migrate / 20160822153115_create_issue_comments.rb
index b41dde8a71a2d848dd13c79da14d7c445b2c8cfd..725560787534b9bf0e76ed59e60dfcd7ddcf5cf2 100644 (file)
@@ -1,4 +1,4 @@
-class CreateIssueComments < ActiveRecord::Migration
+class CreateIssueComments < ActiveRecord::Migration[5.0]
   def change
     create_table :issue_comments do |t|
       t.integer :issue_id, :null => false