-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Acceptance Criteria (Required on creation):
- Instead of 7.15.0 scripts, the current 7.16.0 scripts are used as the Liquibase baseline
- The baseline scripts are physical resources, located next to the changelog file in the engine resources (i.e., a copy of the current create scripts of 7.16.0-SNAPSHOT)
Hints (Optional):
Benefits of this approach:
- The changelog clearly starts with 7.16.0 and is not bound to any lower-version resources
- The baseline scripts can be adjusted later if necessary, for example, to introduce utility functions or properties that do not alter the resulting database schema itself (e.g., the functionality we might introduce with CAM-13402)
- All Liquibase resources reside in the engine resources and could potentially also be used in the engine itself to install the database schema (e.g., in test execution)