toptal / database_validations

Database validations for ActiveRecord
MIT License
535 stars 13 forks source link

Add table name to missing index warning message #19

Closed pirj closed 5 years ago

pirj commented 5 years ago

Clarify the warning message by adding a table name to it.

Before:

No unique index found with columns: ["color"]. Available indexes are: [].

After:

No unique index found with columns: ["color"] in table "fruits". Available indexes are: [].