Closed fatkodima closed 11 months ago
@fatkodima I discovered the same false positive exists for missing_unique_indexes
.
add a unique index on children(parent_id) - using `has_one` in Parent without an index can lead to duplicates
The primary key index is already unique and so doesn't require an additional one.
Would you prefer I file a new issue or is this comment here sufficient?
This comment is sufficient, thanks.
Fixes #156.