Skip to content

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 22:44
· 17 commits to main since this release
fd1554f

Changed

  • CREATE SCHEMA no longer hedges with IF NOT EXISTS. This was a hack from a much earlier version that should have been removed long ago, but I forgot about it.
  • public is reported as a schema Postgres provides. It is a container rather than something a migration creates, and declaring it is an error.