mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-27 02:31:51 +00:00
aggregate query functions
This commit is contained in:
committed by
Keagan McClelland
parent
d3c4772b05
commit
23659236a2
@@ -15,13 +15,14 @@ import Database.Persist.TH
|
||||
import Lib.Types.Emver
|
||||
import Lib.Types.Category
|
||||
import Orphans.Emver ( )
|
||||
import Lib.Types.AppIndex
|
||||
|
||||
share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase|
|
||||
SApp
|
||||
createdAt UTCTime
|
||||
updatedAt UTCTime Maybe
|
||||
title Text
|
||||
appId Text
|
||||
appId AppIdentifier
|
||||
descShort Text
|
||||
descLong Text
|
||||
iconType Text
|
||||
|
||||
Reference in New Issue
Block a user