Sha256: dfac47044d02c13009699021821f1fbe38bb6627b013a73fb02ab6212c1b358f
Contents?: true
Size: 997 Bytes
Versions: 1
Compression:
Stored size: 997 Bytes
Contents
# Changelog The noteworthy changes for each PGTrunk version are included here. The format is based on [Keep a Changelog] and this project adheres to [Semantic Versioning]. For a complete changelog, see the [commits] for each version via the version links. ## [0.1.1] (2022-01-16) * Fix inline documentation for methods added to ActiveRecord::Migration ## [0.1.0] (2022-01-14) This is a first public release (nepalez) 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 [0.1.1]: https://github.com/nepalez/pg_trunk/releases/tag/v0.1.1 [0.1.0]: https://github.com/nepalez/pg_trunk/releases/tag/v0.1.0 [Keep a Changelog]: http://keepachangelog.com/ [Semantic Versioning]: http://semver.org/ [commits]: https://github.com/nepalez/pg_trunk/commits/master
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pg_trunk-0.1.1 | CHANGELOG.md |