Postgres indexes keep getting removed

I created some indexes in strapi such as create index on products (published_at) to speed up strapi (I have 7.5million products). Worked great but every time I change something in strapi the indexes I have created somehow get dropped. I can I stop this happening (or make strapi create these indexes) so not to lose them all the time ?