Make DB use not exclusive!

Jmix(Liquibase) generates delete script of unrelevant tables in the DB. Can we toggle this option making Jmix data lives with other project data?

You can set the following app property to make Studio ignore unknown tables:

main.datasource.studio.liquibase.excludePrefixes = table_1,table_2,other_

All tables with names equal or starting from specified strings will be ignored.

what if other table don’t have a prefix?

Please note Konstantin mentioned equal:

All tables with names equal or starting from specified strings will be ignored.