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:
aditi
2017-11-13 19:22:23 +09:00
committed by aditi
parent e9b7f067c5
commit e41a90d7ad
18 changed files with 69 additions and 62 deletions

View File

@@ -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