How to push changes to already deployed db?

I have an already deployed db on cockroach db and I have added the index for one filed in atable schema. Now I want to push the changes so that index is added. How can I do this.
I read the docs and it said not to use the
push
for production environment.
Was this page helpful?