From 455f37f1ecfa75a9484c0ff81dc07cb6af8b1f13 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 30 2023 10:49:56 +0000 Subject: also include renew time --- diff --git a/kojihub/kojihub.py b/kojihub/kojihub.py index 30e59f3..9c67903 100644 --- a/kojihub/kojihub.py +++ b/kojihub/kojihub.py @@ -10382,6 +10382,8 @@ class RootExports(object): ("date_part('epoch', start_time)", 'start_ts'), ('update_time', 'update_time'), ("date_part('epoch', update_time)", 'update_ts'), + ('renew_time', 'renew_time'), + ("date_part('epoch', renew_time)", 'renew_ts'), ('exclusive', 'exclusive'), ] columns, aliases = zip(*fields)