projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/pull/5064'
[rails.git]
/
db
/
migrate
/
20120123184321_switch_to_paperclip.rb
diff --git
a/db/migrate/20120123184321_switch_to_paperclip.rb
b/db/migrate/20120123184321_switch_to_paperclip.rb
index 8dfcce4fb08cc258d5b5ac37270eba65635e5949..d5d8908c106e4947833a346befcdedcce00e446c 100644
(file)
--- a/
db/migrate/20120123184321_switch_to_paperclip.rb
+++ b/
db/migrate/20120123184321_switch_to_paperclip.rb
@@
-1,4
+1,4
@@
-class SwitchToPaperclip < ActiveRecord::Migration[
5.0
]
+class SwitchToPaperclip < ActiveRecord::Migration[
4.2
]
def up
rename_column :users, :image, :image_file_name
end