Add account sensitized (#14361)
* Add account sensitized * Fix i18n normalize * Fix description and spec * Fix spec * Fix wording
This commit is contained in:
parent
f90620b2f3
commit
d6fe0c94ca
24 changed files with 136 additions and 13 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue