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:
@@ -111,7 +111,6 @@ class Artist < ApplicationRecord
|
||||
:artist_id => id,
|
||||
:name => name,
|
||||
:updater_id => CurrentUser.id,
|
||||
:updater_ip_addr => CurrentUser.ip_addr,
|
||||
:urls => url_array,
|
||||
:is_deleted => is_deleted,
|
||||
:is_banned => is_banned,
|
||||
|
||||
Reference in New Issue
Block a user