General question. We have a database with lots of other tables that are not hooked to the JMIX application we are using. With Liquibase it is dropping these tables on startup. I am wondering how we can create new tables and update schema to only JMIX application tables and NEVER drop tables in the DB. I saw there was an option in the application properties, but we have lots of tables and I don’t want to maintain this list and possible have an engineer not add one in here and wipes out our tables.
Any better options?