diff options
Diffstat (limited to 'dbreset')
-rw-r--r-- | dbreset/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbreset/Main.hs b/dbreset/Main.hs index 83d8cb8..1f829d1 100644 --- a/dbreset/Main.hs +++ b/dbreset/Main.hs @@ -21,5 +21,5 @@ main = withTx $ \conn -> do execute_ conn "CREATE INDEX idx_arrows_dst ON arrows(dst);" g <- newStdGen >>= newIOGenM graphSpec <- makeDefaultGraphSpec g - Lib.createDomain conn (DomainName "piazza") graphSpec + _ <- Lib.createDomain conn (DomainName "piazza") graphSpec return () |