Add institution name field to the database (#15862)

GitOrigin-RevId: 5527692bb476a8504e3540e827d62e41d8813d60
This commit is contained in:
Rebeka Dekany
2023-11-27 09:03:48 +00:00
committed by Copybot
parent 9c4cc289d2
commit 441cf1bb5b
3 changed files with 4 additions and 1 deletions
@@ -20,6 +20,7 @@ async function upsertOnboardingDataCollection({
companyDivisionDepartment,
companyJobTitle,
governmentJobTitle,
institutionName,
otherJobTitle,
nonprofitDivisionDepartment,
nonprofitJobTitle,
@@ -37,6 +38,7 @@ async function upsertOnboardingDataCollection({
companyDivisionDepartment,
companyJobTitle,
governmentJobTitle,
institutionName,
otherJobTitle,
nonprofitDivisionDepartment,
nonprofitJobTitle,