add creator_ip_addr field to user feedback
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddCreatorIpAddrToUserFeedback < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :user_feedback, :creator_ip_addr, "inet"
|
||||
add_index :user_feedback, :creator_ip_addr
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user