aggregate query functions

This commit is contained in:
Lucy Cifferello
2021-09-21 23:51:45 -06:00
committed by Keagan McClelland
parent d3c4772b05
commit 23659236a2
11 changed files with 392 additions and 42 deletions

View File

@@ -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