docbrown/db
Jamie Gaskins 92c8c1a760
Add unscoped index on articles.feed_source_url (#16984)
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.
2022-03-24 11:57:55 -04:00
..
migrate Add unscoped index on articles.feed_source_url (#16984) 2022-03-24 11:57:55 -04:00
schema.rb Add unscoped index on articles.feed_source_url (#16984) 2022-03-24 11:57:55 -04:00
seeds.rb extra tweaks for i18n (#16192) 2022-02-23 06:48:52 -07:00