Skip to content

Commit

Permalink
Merge pull request #281 from smheidrich/fix-gh-280-missing-entitydefs
Browse files Browse the repository at this point in the history
Fix missing entityDefs in Migrations example
  • Loading branch information
snoyberg authored Aug 14, 2024
2 parents ce8f3d0 + 484af55 commit 192cfe4
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 192cfe4

Please sign in to comment.