mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Change domains.delete_at
database column type to date, rename to
`delete_date` Closes #1125
This commit is contained in:
parent
ab9c5c45de
commit
cea834d5b7
31 changed files with 159 additions and 71 deletions
|
@ -10690,7 +10690,7 @@ RESPONSE:
|
|||
</epp>
|
||||
```
|
||||
|
||||
### EPP Domain with valid domain renews a domain when outzone_at or delete_at is nil for some reason
|
||||
### EPP Domain with valid domain renews a domain when outzone_at or delete_date is nil for some reason
|
||||
|
||||
REQUEST:
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ Content-Type: application/json
|
|||
"legacy_registrar_id":null,
|
||||
"legacy_registrant_id":null,
|
||||
"outzone_at":"2016-09-24T09:11:14.861Z",
|
||||
"delete_at":"2016-10-24T09:11:14.861Z",
|
||||
"delete_date":"2016-10-24",
|
||||
"registrant_verification_asked_at":null,
|
||||
"registrant_verification_token":null,
|
||||
"locked_by_registrant_at":"2015-09-09T09:11:14.861Z",
|
||||
|
@ -179,7 +179,7 @@ Content-Type: application/json
|
|||
"legacy_registrar_id":null,
|
||||
"legacy_registrant_id":null,
|
||||
"outzone_at":"2016-09-24T09:11:14.861Z",
|
||||
"delete_at":"2016-10-24T09:11:14.861Z",
|
||||
"delete_date":"2016-10-24",
|
||||
"registrant_verification_asked_at":null,
|
||||
"registrant_verification_token":null,
|
||||
"locked_by_registrant_at":"2015-09-09T09:11:14.861Z",
|
||||
|
@ -286,7 +286,7 @@ Content-Type: application/json
|
|||
"legacy_registrar_id":null,
|
||||
"legacy_registrant_id":null,
|
||||
"outzone_at":"2016-09-24T09:11:14.861Z",
|
||||
"delete_at":"2016-10-24T09:11:14.861Z",
|
||||
"delete_date":"2016-10-24",
|
||||
"registrant_verification_asked_at":null,
|
||||
"registrant_verification_token":null,
|
||||
"locked_by_registrant_at":"2015-09-09T09:11:14.861Z",
|
||||
|
|
|
@ -64,7 +64,7 @@ Content-Type: application/json
|
|||
"legacy_registrar_id":null,
|
||||
"legacy_registrant_id":null,
|
||||
"outzone_at":"2016-09-24T09:11:14.861Z",
|
||||
"delete_at":"2016-10-24T09:11:14.861Z",
|
||||
"delete_date":"2016-10-24",
|
||||
"registrant_verification_asked_at":null,
|
||||
"registrant_verification_token":null,
|
||||
"locked_by_registrant_at":"2015-09-09T09:11:14.861Z",
|
||||
|
@ -208,7 +208,7 @@ Content-Type: application/json
|
|||
"legacy_registrar_id":null,
|
||||
"legacy_registrant_id":null,
|
||||
"outzone_at":"2016-09-24T09:11:14.861Z",
|
||||
"delete_at":"2016-10-24T09:11:14.861Z",
|
||||
"delete_date":"2016-10-24",
|
||||
"registrant_verification_asked_at":null,
|
||||
"registrant_verification_token":null,
|
||||
"locked_by_registrant_at":null,
|
||||
|
|
|
@ -52,7 +52,7 @@ Content-Type: application/json
|
|||
"legacy_registrar_id": null,
|
||||
"legacy_registrant_id": null,
|
||||
"outzone_at": "2016-09-24T09:11:14.861Z",
|
||||
"delete_at": "2016-10-24T09:11:14.861Z",
|
||||
"delete_date": "2016-10-24",
|
||||
"registrant_verification_asked_at": null,
|
||||
"registrant_verification_token": null,
|
||||
"pending_json": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue