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
/
20121202155309_remove_author_name_from_note_comment.rb
diff --git
a/db/migrate/20121202155309_remove_author_name_from_note_comment.rb
b/db/migrate/20121202155309_remove_author_name_from_note_comment.rb
index 60d0ab23bd08450c3969fe01c5f8c54f998da8a4..b844d0ca1e3405cc489fbafecf36c70e302a31e0 100644
(file)
--- a/
db/migrate/20121202155309_remove_author_name_from_note_comment.rb
+++ b/
db/migrate/20121202155309_remove_author_name_from_note_comment.rb
@@
-1,4
+1,4
@@
-class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration
+class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration
[5.0]
def up
remove_column :note_comments, :author_name
end