Can someone provide and example of how to use resourceFilter in the includeAll tag
Can someone provide and example of how to use resourceFilter in the includeAll tag
The documentation for Include-all doesn’t specify a resource-filter attribute. Here’s the list of available attributes for that tag: include-all | Liquibase Docs
This example from Javadoc.io may help you because it displays how some similar attributes are used, but I haven’t been able to find anything specific about the usage of resource-filter as an attribute. Uses of Interface liquibase.changelog.IncludeAllFilter (Liquibase Core 3.6.1 API)
Can you provide some additional context, like how you want to use / what you’re trying to accomplish using that attribute?