models: stop saving IP addresses in version tables.
Mark various `creator_ip_addr` and `updater_ip_addr` columns as ignored and stop updating them in preparation for dropping them.
This commit is contained in:
@@ -2,7 +2,6 @@ FactoryBot.define do
|
||||
factory(:comment) do |f|
|
||||
creator
|
||||
post
|
||||
creator_ip_addr { FFaker::Internet.ip_v4_address }
|
||||
body {FFaker::Lorem.sentences.join(" ")}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user