Liquibase: separate out test-data context from others #1257
Labels
ADR/needed
A decision has been made and it needs to be documented
environment/test
Issue affects only test environment
refactoring
Milestone
At this moment
test-data
context follow the same rules as others. Let's extract it and put it aside as it's different than others because it's applied to an in-memory database that is always created from scratch.Advantages of the current approach:
test-data
is treated similarly toprod-data
: the migrations that modify data also applied to test data. This might help to catch mistakes in such migrations on early stages. But it can't catch them all and that's what Build scripts: check database upgrade before deploy #383 should cover.Disadvantages of the current approach:
The text was updated successfully, but these errors were encountered: