models: add deprecation reason to header of resource
This commit is contained in:
parent
3d9c8dac2a
commit
e859485bcf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class AbstractResource(db.Model):
|
|||
@classmethod
|
||||
def csv_header(cls):
|
||||
return [
|
||||
"id", "added", "updated", "deprecated", "destroyed"
|
||||
"id", "added", "updated", "deprecated", "deprecation_reason", "destroyed"
|
||||
]
|
||||
|
||||
def csv_row(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue