Skip to content

Releases: nepalez/pg_trunk

Support operations with sequences

26 Jan 08:22
d8d55e5
Compare
Choose a tag to compare

In this release 4 operations were added:

  • create_sequence
  • rename_sequence
  • change_sequence
  • drop_sequence

v0.1.3

20 Jan 13:04
Compare
Choose a tag to compare
  • Add support for rules (nepalez)
  • Fix CI/CD flow (olleolleolle)
  • Fix documentation (nepalez)

Fix registry of custom types

16 Jan 17:26
Compare
Choose a tag to compare
v0.1.2

Release v0.1.2

Fix inline docs for methods added to `ActiveRecord::Migration`

16 Jan 12:58
62b28e1
Compare
Choose a tag to compare
Merge pull request #1 from nepalez/chore/docs

Fix inline docs for methods added to ActiveRecord::Migration

The furst public release

14 Jan 15:16
Compare
Choose a tag to compare

Supported features:

  • tables
  • indexes (separated from tables)
  • check constraints (separated from tables)
  • foreign keys (including multi-column ones)
  • views
  • materialized views
  • functions
  • procedures
  • triggers
  • custom statistics
  • enumerable types
  • composite types
  • domains types