return creation_time in repo_info call
This commit is contained in:
parent
c2a8dd05cc
commit
7be648ec55
1 changed files with 1 additions and 0 deletions
|
|
@ -1783,6 +1783,7 @@ def repo_info(repo_id, strict=False):
|
|||
('repo.id', 'id'),
|
||||
('repo.state', 'state'),
|
||||
('repo.create_event', 'create_event'),
|
||||
('events.time','creation_time'), #for compatibility with getRepo
|
||||
('EXTRACT(EPOCH FROM events.time)','create_ts'),
|
||||
('repo.tag_id', 'tag_id'),
|
||||
('tag.name', 'tag_name'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue