1 result found
-
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.
16 votesIt's now possible to specify a WHERE clause for any static data table for SQL Server. You can do this in the Flyway Desktop GUI or your project's TOML file.
We are interested in hearing your feedback on this and if you need this for other database types. Thank you!
- Don't see your idea?