Package: qa.debian.org
User: [email protected]
UserTags: udd
Severity: normal
Hi,
I notice that the done_date in tables archived_bugs and bugs in udd is always
set to 1970-01-01 00:00:00.
On a local réplica of udd:
loading=# select distinct done_date from archived_bugs;
done_date
---------------------
1970-01-01 00:00:00
(1 row)
loading=# select distinct done_date from bugs;
done_date
---------------------
1970-01-01 00:00:00
(1 row)
I was expecting the date when the bug was marked done.
I don't have direct access to udd but I checked also in the dump and on
public-udd-mirror.xvm.mit.edu.
Cheers,
Raphaël