Notifications Changes Multiple Global Efficacy
This patch adds notfication changes after changing the type of global_efficacy in ActionPlan objects. Change-Id: I1116cf1d19e4b19e19789f943a631d0400871766 Partially-Implements: blueprint multiple-global-efficacy-indicator
This commit is contained in:
@@ -75,7 +75,7 @@ table(action_plans) {
|
||||
foreign_key("strategy_id : Integer")
|
||||
uuid : String[36]
|
||||
state : String[20], nullable
|
||||
global_efficacy : JSONEncodedDict, nullable
|
||||
global_efficacy : JSONEncodedList, nullable
|
||||
|
||||
created_at : DateTime
|
||||
updated_at : DateTime
|
||||
|
||||
Reference in New Issue
Block a user