Skip to content

Commit 63da951

Browse files
committed
rename remote_ip to user_ip
1 parent 47e9a2a commit 63da951

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class RenameCommentRemoteIpToUserIp < ActiveRecord::Migration
2+
def change
3+
rename_column :comments, :remote_ip, :user_ip
4+
end
5+
end

0 commit comments

Comments
 (0)