Activity overview
Latest activity by anthonym
Follow-up question #2: What is the filter file format to exclude an entire schema of objects? The documentation isn't clear on how to do that. I would like to exclude our entire "insights" schema, something like this: { "version": "1.1", "postFilters": [ { "filterTarget": "schema", "filterBy": "name", "filterValue": "insights", "effect": "exclude" } ] } / comments
Follow-up question #2: What is the filter file format to exclude an entire schema of objects? The documentation isn't clear on how to do that.I would like to exclude our entire "insights" schema, s...
Thank you Hassan, I will try creating a filter file. Follow-up question: What does the "Schemas" list actually do in the "Connect to a target database" dialog? Does it not filter the schemas that are compared by the project? [image] [image] [image] [image] [image] / comments
Thank you Hassan, I will try creating a filter file.Follow-up question: What does the "Schemas" list actually do in the "Connect to a target database" dialog? Does it not filter the schemas that ar...
Can Flyway Desktop avoid comparing objects inside schemas that I haven't specified?
Scenario:* I'm using Flyway Desktop 7.6.0, in either "Schema model" or "Migrations" mode* There is one Postgres DB function in our "insights" schema that uses a SQL BODY instead of PL/pgSQL.* I've...