Remove deprecated statuses_before_force_delete field

This commit is contained in:
Thiago Youssef 2022-05-24 16:36:21 +03:00
parent 33dc0b3d94
commit 943dedd194
10 changed files with 28 additions and 357 deletions

View file

@ -103,10 +103,7 @@ Content-Type: application/json
"dnssec_changed_at": "2015-09-09T09:11:14.860Z",
"status_notes":{
},
"statuses_backup":[
]
}
}
]
```
@ -219,10 +216,7 @@ Content-Type: application/json
"dnssec_changed_at": "2015-09-09T09:11:14.860Z",
"status_notes":{
},
"statuses_backup":[
]
}
}
]
```
@ -326,10 +320,7 @@ Content-Type: application/json
"dnssec_changed_at": "2015-09-09T09:11:14.860Z",
"status_notes":{
},
"statuses_backup":[
]
}
}
```

View file

@ -96,10 +96,7 @@ Content-Type: application/json
],
"status_notes":{
},
"statuses_backup":[
]
}
}
```
@ -235,10 +232,7 @@ Content-Type: application/json
],
"status_notes":{
},
"statuses_backup":[
]
}
}
```