Sha256: 53f163924f767dc34e943312d3a3875bd924d2abeb3e37edb1bae959e1b711f8
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# CHANGELOG for `declare_schema` Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.0] - 2020-10-26 ### Added - Automatically eager_load! all Rails::Engines before generating migrations. ### Changed - Changed tests from rdoctest to rspec. ### Fixed - Fixed a bug where `:text limit: 0xffff_ffff` (max size) was omitted from migrations. - Fixed a bug where `:bigint` foreign keys were omitted from the migration. ## [0.1.3] - 2020-10-08 ### Changed - Updated the `always_ignore_tables` list in `Migrator` to access Rails metadata table names using the appropriate Rails configuration attributes. ## [0.1.2] - 2020-09-29 ### Changed - Added travis support and created 2 specs as a starting point. ## [0.1.1] - 2020-09-24 ### Added - Initial version from https://github.com/Invoca/hobo_fields v4.1.0. [0.2.0]: https://github.com/Invoca/declare_schema/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/Invoca/declare_schema/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Invoca/declare_schema/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Invoca/declare_schema/tree/v0.1.1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
declare_schema-0.2.0 | CHANGELOG.md |