fix the types on the db entries

This commit is contained in:
Keagan McClelland
2021-11-03 17:00:09 -06:00
parent bf9e3e313f
commit 7381872d06
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ OsVersion
Metric
createdAt UTCTime
pkgId PkgRecordId
version VersionRecordId
version Version
deriving Eq
deriving Show