Skip to content

Commit

Permalink
Redshift loader: Pre-transaction migrations did not run. (close #1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
voropaevp committed Sep 15, 2022
1 parent 1fa0655 commit 4940299
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ object Migration {
}
}
}
.getOrElse(Monad[F].pure(_ => false))


// Non wideraw migration entities, i.e. Entity.Table should be allowed to go though.
.getOrElse(Monad[F].pure(_ => true))
}

0 comments on commit 4940299

Please sign in to comment.