Skip to content

Commit

Permalink
modify note about breaking changes to include new return type
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Jan 29, 2024
1 parent acdd5c8 commit cdca926
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## 0.47.0

The function `SchemaUtils.checkExcessiveIndices` used to check both excessive indices and excessive foreign key constraints. It now has a different behaviour and
deals with excessive indices only. A new function, `SchemaUtils.checkExcessiveForeignKeyConstraints`, deals with excessive foreign key constraints.
The function `SchemaUtils.checkExcessiveIndices` used to check both excessive indices and excessive foreign key
constraints. It now has a different behaviour and deals with excessive indices only. Also, its return type is now
`List<Index>` instead of `Unit`. A new function, `SchemaUtils.checkExcessiveForeignKeyConstraints`, deals with excessive
foreign key constraints and has a return type `List<ForeignKeyConstraint>`.

## 0.46.0

Expand Down

0 comments on commit cdca926

Please sign in to comment.