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(:post) do
|
||||
md5 { SecureRandom.hex(32) }
|
||||
uploader
|
||||
uploader_ip_addr {"127.0.0.1"}
|
||||
tag_string {"tag1 tag2"}
|
||||
tag_count {2}
|
||||
tag_count_general {2}
|
||||
|
||||
Reference in New Issue
Block a user