projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add rails version number to migrations
[rails.git]
/
db
/
migrate
/
055_change_map_bug_comment_type.rb
diff --git
a/db/migrate/055_change_map_bug_comment_type.rb
b/db/migrate/055_change_map_bug_comment_type.rb
index 4f979da986841b164ad9e8bc6c5d41b4defd978d..6b84076237b7d6c23e0a95953315d163969c4197 100644
(file)
--- a/
db/migrate/055_change_map_bug_comment_type.rb
+++ b/
db/migrate/055_change_map_bug_comment_type.rb
@@
-1,6
+1,6
@@
require "migrate"
-class ChangeMapBugCommentType < ActiveRecord::Migration
+class ChangeMapBugCommentType < ActiveRecord::Migration
[5.0]
def self.up
change_column :map_bug_comment, :comment, :text
end