Parameters ignored in formatted sql file changelog id's
Description
Using CentOS7 I am executing changesets via the CLI. When I export parameters they are picked up via the standard xml changelog file. It also works when I specify them as -D parameters or both. But none of the changelog id values specified in plain sql files are subsituted when I review the DATABASECHANGELOG table.
For example:
Works
Does not work
When I review the DATABASECHANGELOG table the above xml will have its id value substituted with 'SIMPLEDB' but the formatted sql file's id reads as it is stated in the sql file.
Is this the expected behavior or have I configured something wrong?
Using CentOS7 I am executing changesets via the CLI. When I export parameters they are picked up via the standard xml changelog file. It also works when I specify them as -D parameters or both. But none of the changelog id values specified in plain sql files are subsituted when I review the DATABASECHANGELOG table.
For example:
Works
Does not work
When I review the DATABASECHANGELOG table the above xml will have its id value substituted with 'SIMPLEDB' but the formatted sql file's id reads as it is stated in the sql file.
Is this the expected behavior or have I configured something wrong?