Description:
In order to support the new changes to the State Profile Pages, the summary_state_view matview in Postgres is updated to include an additional field total_outlays. The total_outlays is added to summary_state_view delta model as well as the postgres django model.
Technical details:
The technical details for the knowledge of other developers. Any detailed caveats or specific deployment steps should be outlined here.
@ayubshahab if PR #4163 gets merged in before this PR you'll need to rename your migration to be 0042, because Ron's PR also has a migration named 0041 within the search app.
Description: In order to support the new changes to the State Profile Pages, the summary_state_view matview in Postgres is updated to include an additional field total_outlays. The
total_outlays
is added tosummary_state_view
delta model as well as the postgres django model.Technical details: The technical details for the knowledge of other developers. Any detailed caveats or specific deployment steps should be outlined here.
Requirements for PR merge:
Area for explaining above N/A when needed: