http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.6.xsd -> http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd -> http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
addFormRules (ruleForm, rules) {
this.ruleForm[ruleForm.key] = ruleForm.value;
this.rules[ruleForm.key] = rules;
}
addFormRules (ruleForm, rules) {
// this.ruleForm[ruleForm.key] = ruleForm.value; УДАЛИЛ эту сточку и все заработало
this.rules[ruleForm.key] = rules;
}