[docker] update image, add README info
[gargantext.git] / src / Gargantext / Database / Schema / NodesNgramsRepo.hs
index 77721a0da173253e52c48516b6a3b587c3ebc737..6d9112a66ab67b51fd97f55456a779dc3ab0dc6a 100644 (file)
@@ -80,7 +80,7 @@ selectPatches = proc () -> do
 
 
 insertRepos :: [NgramsStatePatch] -> Cmd err Int64
-insertRepos ns = mkCmd $ \conn -> runInsertMany conn repoTable (toWrite ns)
+insertRepos ns = mkCmd $ \conn -> runInsert_ conn $ Insert repoTable (toWrite ns) rCount Nothing
   where
     toWrite :: [NgramsStatePatch] -> [RepoDbWrite]
     toWrite = undefined