Skip to content

Commit

Permalink
WHISTLE-1388: add the reconcile_providers to the main migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Jul 16, 2012
1 parent c141e5f commit 8bc0c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions whistle_apps/src/whapps_maintenance.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ migrate() ->
%% Ensure the phone_numbers doc in the account db is up-to-date
_ = whistle_number_manager_maintenance:reconcile_numbers(),

%% Load available providers into system_config
_ = whistle_number_manager_maintenance:reconcile_providers(),

%% Ensure the views in each DB are update-to-date, depreciated view removed, sip_auth docs
%% that need to be aggregated have been, and the account definition is aggregated
_ = blocking_refresh(),
Expand Down

0 comments on commit 8bc0c54

Please sign in to comment.