Skip to content

Commit fd13d6f

Browse files
author
Jamil Maqdis Anton
committed
Refactor
1 parent 690173f commit fd13d6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Postgres.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ module Postgres =
6464
store.CreateSchemaIfNotExists() |> Async.AwaitTask
6565

6666
let createSchema (store: SqlStreamStore.PostgresStreamStore): Async<Result<unit, string>> =
67-
store.CreateSchemaIfNotExists()
68-
|> Async.AwaitTask
67+
createSchemaRaw store
6968
|> ExceptionsHandler.asyncExceptionHandler

0 commit comments

Comments
 (0)