Multiple global efficacy
This patch update the global efficacy for server consolidation strategy, test cases and general format. Change-Id: I62af1e4be415998669f938b3d587c1ccf4293419 Implements: blueprint multiple-global-efficacy-indicator
This commit is contained in:
@@ -199,7 +199,7 @@ class ActionPlan(Base):
|
||||
audit_id = Column(Integer, ForeignKey('audits.id'), nullable=False)
|
||||
strategy_id = Column(Integer, ForeignKey('strategies.id'), nullable=False)
|
||||
state = Column(String(20), nullable=True)
|
||||
global_efficacy = Column(JSONEncodedDict, nullable=True)
|
||||
global_efficacy = Column(JSONEncodedList, nullable=True)
|
||||
|
||||
audit = orm.relationship(Audit, foreign_keys=audit_id, lazy=None)
|
||||
strategy = orm.relationship(Strategy, foreign_keys=strategy_id, lazy=None)
|
||||
|
||||
Reference in New Issue
Block a user