mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
more robust testing
This commit is contained in:
@@ -12,23 +12,23 @@ import Lib.Types.Semver
|
||||
|
||||
|
||||
share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase|
|
||||
App
|
||||
SApp
|
||||
createdAt UTCTime
|
||||
updatedAt UTCTime Maybe
|
||||
title Text
|
||||
appId Text
|
||||
descShort Text
|
||||
descLong Text
|
||||
semver AppVersion
|
||||
version AppVersion
|
||||
releaseNotes Text
|
||||
iconType Text
|
||||
UniqueSemver semver
|
||||
UniqueVersion version
|
||||
deriving Eq
|
||||
deriving Show
|
||||
|
||||
Metric
|
||||
createdAt UTCTime
|
||||
appId AppId Maybe default=null
|
||||
appId SAppId Maybe default=null
|
||||
event Text
|
||||
deriving Eq
|
||||
deriving Show
|
||||
|
||||
Reference in New Issue
Block a user