import: resources do not have descriptions
This commit is contained in:
parent
d0328d0db7
commit
86c3683ad6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class AbstractResource(db.Model):
|
|||
@classmethod
|
||||
def csv_header(self):
|
||||
return [
|
||||
"id", "description", "added", "updated", "destroyed"
|
||||
"id", "added", "updated", "deprecated", "destroyed"
|
||||
]
|
||||
|
||||
def csv_row(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue