Does flyway run different migration scripts as per environment prod/dev?
I have dev data, can I create a dev data script folder that's only loaded if the environment is configured as dev? Because we have different data for dev and for prod, But some scripts are common in both. Can we create a third migration folder for common scripts that can run in both environments. when any profile specific flyway scripts run common scripts also run with that.