Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.6 KB

File metadata and controls

48 lines (30 loc) · 1.6 KB

Revision history for beam-automigrate

0.1.7.0

  • beam-automigrate will now only manage sequences within the search path, just as it only manages such tables.

0.1.6.0

  • Fix instance HasSchemaConstraints build failure with GHC 9.2.8

0.1.5.0

  • Add ltree column type
  • Add vector column type
  • Fix ghc 9.2.8 build

0.1.4.0

  • #52 Support sql arrays
  • Loosen some version bounds

0.1.3.0

  • #47: Generate postgres enum types in schema when using Nullable PgEnum values.
  • Add showMigration
  • Extend allowable version bounds for aeson, base, dlist, pretty-simple, and splitmix
  • Add support for postgres' oid column type
  • Add calcMigrationSteps function to compute the Diff that will be performed by a migration without altering the database.
  • Support GHC 9.0.2
  • Fix an issue where names starting with an upper case letter and containing no other characters requiring escaping would not be properly escaped

0.1.2.0

0.1.1.0

0.1.0.1

  • Loosen time version bounds
  • readme: Fix warning about a transaction already running
  • Support for GHC 8.10

0.1.0.0

  • Initial release. Generate schemas and migrations for beam databases. See limitations in README.md