We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690173f commit fd13d6fCopy full SHA for fd13d6f
src/Postgres.fs
@@ -64,6 +64,5 @@ module Postgres =
64
store.CreateSchemaIfNotExists() |> Async.AwaitTask
65
66
let createSchema (store: SqlStreamStore.PostgresStreamStore): Async<Result<unit, string>> =
67
- store.CreateSchemaIfNotExists()
68
- |> Async.AwaitTask
+ createSchemaRaw store
69
|> ExceptionsHandler.asyncExceptionHandler
0 commit comments