You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
5
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [1.1.0] - Unreleased
8
+
### Changed
9
+
- Fixed a bug where `DeclareSchema::Model::HabtmModelShim``indexes` and `integer limits` were not being generated properly. Use `limit 8` for ids and primary composite key for habtm model.
10
+
-`index_definitions_with_primary_key`
11
+
7
12
## [1.0.2] - 2022-07-18
8
13
### Fixed
9
14
- Fixed a bug where `SchemaChange::ColumnRemove` was not loaded and causing an exception to raise
@@ -224,6 +229,7 @@ using the appropriate Rails configuration attributes.
224
229
### Added
225
230
- Initial version from https://github.com/Invoca/hobo_fields v4.1.0.
0 commit comments