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
/
20121119165817_drop_nearby_place_from_notes.rb
diff --git
a/db/migrate/20121119165817_drop_nearby_place_from_notes.rb
b/db/migrate/20121119165817_drop_nearby_place_from_notes.rb
index bbef259467de3d1fc0ecc6ba26e7560bd38d2c2d..1aaa43fffab7bb6ce17dc25ac6b051889c9e4aa0 100644
(file)
--- a/
db/migrate/20121119165817_drop_nearby_place_from_notes.rb
+++ b/
db/migrate/20121119165817_drop_nearby_place_from_notes.rb
@@
-1,4
+1,4
@@
-class DropNearbyPlaceFromNotes < ActiveRecord::Migration
+class DropNearbyPlaceFromNotes < ActiveRecord::Migration
[5.0]
def up
remove_column :notes, :nearby_place
end