Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Add missing sfa table (#1973)
Browse files Browse the repository at this point in the history
add the sfacontroller table to listen / notify list.

Signed-off-by: Joe Grund <jgrund@whamcloud.io>
  • Loading branch information
jgrund committed Jun 17, 2020
1 parent 8fd4e9b commit d9ec230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chroma_core/migrations/0018_sfa_json_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@


tables = map(
build_tables, ["sfadiskdrive", "sfadiskslot", "sfaenclosure", "sfajob", "sfapowersupply", "sfastoragesystem"]
build_tables,
["sfadiskdrive", "sfadiskslot", "sfaenclosure", "sfajob", "sfapowersupply", "sfastoragesystem", "sfacontroller"],
)

forward_trigger_list = map(forward_trigger_template, tables)
Expand Down

0 comments on commit d9ec230

Please sign in to comment.