sassoftware / event-provenance-registry

The Event Provenance Registry (EPR) is a service that manages and stores events and tracks event-receivers and event-receiver-groups.
Apache License 2.0
6 stars 4 forks source link

fix: use appropriate time type #63

Closed caproven closed 10 months ago

caproven commented 10 months ago

Gorm imo uses poor names. Anyway, datetypes.Time is actually a time.Duration (??) whereas datetypes.Date is a time.Time.

Small change here, however any existing databases probably need to be wiped (presumably just local docker-compose instances)