cleanup
This commit is contained in:
parent
8419d3eef5
commit
d26564bac3
1 changed files with 1 additions and 1 deletions
2
fooes.hs
2
fooes.hs
|
@ -6,7 +6,7 @@ import Control.Monad.IO.Class (liftIO)
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
import Database.Esqueleto hiding (Key)
|
import Database.Esqueleto hiding (Key)
|
||||||
|
|
||||||
share [mkPersist sqlSettings, mkSave "entityDefs", mkMigrate "migrateAll"] [persistLowerCase|
|
share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase|
|
||||||
CachedKey
|
CachedKey
|
||||||
key String
|
key String
|
||||||
UniqueKey key
|
UniqueKey key
|
||||||
|
|
Loading…
Reference in a new issue