Add the missing field to microservicemodels table
[policy/engine.git] / packages / base / src / files / install / mysql / data / 190202_upgrade_script.sql
index f92da8d..e610bc9 100644 (file)
@@ -27,7 +27,8 @@ CREATE TABLE policyAuditlog (
 );
 
 ALTER TABLE microservicemodels
-ADD ruleFormation VARCHAR(45) DEFAULT NULL;
+ADD ruleFormation VARCHAR(45) DEFAULT NULL,
+ADD COLUMN `decisionModel` tinyint(1) DEFAULT NULL;
 
 CREATE TABLE `onap_sdk`.`dictionaryData` (
  `id` int(11) NOT NULL AUTO_INCREMENT,