Limit Static Data by rows using a WHERE clause
I would like the ability to source control a subset of rows in a table.
We have a table with extra rows in DEVELOPMENT for dev purposes ONLY. I don't want to track these in version control or deploy these.

Currently, this is not available in the Flyway Desktop GUI. Flyway Enterprise ships with our Data Comparison technology for SQL Server and Oracle, so this can be done and automated as part of a pipeline. We've documented this at https://documentation.red-gate.com/display/FD/Tutorial+-+Using+Redgate%27s+Data+Compare+to+limit+rows and would love to discuss this with you.
-
simon whitworth commented
For the exact same reason as Stephanie, we would like the ability to source control a subset of rows in a table.
We have a table with extra rows in DEVELOPMENT for dev purposes ONLY. I don't want to track these in version control or deploy these.