Is it neccesarry to do "bench migrate" when a new whitelist method is created

is it neccesary to do bench migrate when a new whitelist method is created and also is there any way to bench migrate only for a particular app

Not necessary to run migrate.

you can just do bench restart

Hi @Vinay1,

If the bench is in production mode then you can usebench restart but if the bench is running on development mode then only reload and page and check it.

I hope this helps.

Thank You!