Skip to content

Add backward compatibility of timestamps of facts-table

Dirk HOFFMANN requested to merge github/fork/lutra/database-microseconds into master

Created by: lutra

In older versions of the database one can find milliseconds in timestamps of facts-table. When loading, one gets a ValueError exception. Fix this by adding a default microsecond.

Merge request reports