Skip to content

Commit

Permalink
Fix missing entityDefs in Migrations example
Browse files Browse the repository at this point in the history
  • Loading branch information
smheidrich committed Aug 13, 2024
1 parent ce8f3d0 commit 484af55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/asciidoc/persistent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ import Control.Monad.Reader
import Control.Monad.Logger
import Conduit
share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase|
share [mkPersist sqlSettings, mkEntityDefList "entityDefs", mkMigrate "migrateAll"] [persistLowerCase|
Person
name String
age Int Maybe
Expand Down

0 comments on commit 484af55

Please sign in to comment.