Add account sensitized (#14361)
* Add account sensitized * Fix i18n normalize * Fix description and spec * Fix spec * Fix wording
This commit is contained in:
5
db/migrate/20200614002136_add_sensitized_to_accounts.rb
Normal file
5
db/migrate/20200614002136_add_sensitized_to_accounts.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddSensitizedToAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :accounts, :sensitized_at, :datetime
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user