mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Refactor force delete
procedure
- Change `domains.force_delete_at` database column type to date, rename to `force_delete_date` - Save `force_delete_date` in application timezone - Improve tests Fixes #812, #253
This commit is contained in:
parent
f35b2dc36c
commit
5107d2d3a9
20 changed files with 62 additions and 33 deletions
|
@ -73,7 +73,7 @@ class SerializersRegistrantApiDomainTest < ActiveSupport::TestCase
|
|||
registrant tech_contacts admin_contacts transfer_code name_dirty name_puny period
|
||||
period_unit creator_str updator_str legacy_id legacy_registrar_id legacy_registrant_id
|
||||
outzone_at delete_at registrant_verification_asked_at
|
||||
registrant_verification_token pending_json force_delete_at statuses
|
||||
registrant_verification_token pending_json force_delete_date statuses
|
||||
locked_by_registrant_at reserved status_notes nameservers]
|
||||
|
||||
assert_equal(keys, @json.keys & keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue