How to publish DB schema changes together witn branch?
I have read the article https://community.pega.com/knowledgebase/articles/devops-release-pipeline-overview/development-workflow-devops-pipeline in part of "Multiple development teams". This is my case.
Described principle is almost clear. But branch publishning is just a versioned rules in branch rulesets, am I right? So, we want to publish DB schema changes too in order to import them together with branch in the central environment for testing purposes.
How to do it?
PS: I know, that Product rule should contains DB Table rules in order to migrate schema changes. But there is no Product-rule in Publish branch to repository action.