Skip to content

Commit

Permalink
[MODFIN-337] - Add locationIds to fund schema
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 3, 2023
1 parent 0e1b561 commit c77bfae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ CREATE OR REPLACE FUNCTION ${myuniversity}_${mymodule}.budget_encumbrances_rollo
'fundTypeId', fund->'fundTypeId',
'fundTypeName', fund_type->'name',
'acqUnitIds', fund->'acqUnitIds',
'donorOrganizationIds', fund->'donorOrganizationIds',
'locationIds', fund->'locationIds',
'allocatedFromIds', fund->'allocatedFromIds',
'allocatedFromNames', allocatedFromNames,
'allocatedToIds', fund->'allocatedToIds',
Expand Down

0 comments on commit c77bfae

Please sign in to comment.