I created our own indexes using custom sql via liquibase. But every time I run the project in local development, Jmix Studio always asks to generate a new change log containing change-set that will remove our custom index / changes.
How do we prevent this? To make sure that developers don’t accidentally run that and drop the custom code.
Is there a way to permanently ignore that index, or to add it in the Jmix studio entity?