We already have a partial unique index for this column scoped on `published = true`, which is still useful. This index does not make that index redundant because that index is used to enforce a constraint that we *only* want to apply to published articles. This index will be used when `WHERE published` is not part of the query. |
||
|---|---|---|
| .. | ||
| migrate | ||
| schema.rb | ||
| seeds.rb | ||