Skip to content

Commit

Permalink
Released 0.7.1
Browse files Browse the repository at this point in the history
## Fixed

- DB constraints:
  - `roles.name` is `NOT NULL`,
  - `UNIQUE` constraints should treat `NULLS` as `NOT DISTINCT`.
- Roleless recursive associations used to fail on `joins`.
  • Loading branch information
Alexander-Senko committed Nov 8, 2024
1 parent 864ad6a commit d7f57e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.7.1] — 2024-03-31

### Fixed

- DB constraints:
- `roles.name` is `NOT NULL`,
- `UNIQUE` constraints should treat `NULLS` as `NOT DISTINCT`.
- Roleless recursive associations used to fail on `joins`.


## [0.7.0] — 2024-02-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/adjustable_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AdjustableSchema
VERSION = '0.7.0'
VERSION = '0.7.1'
end

0 comments on commit d7f57e6

Please sign in to comment.