mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Add institution name field to the database (#15862)
GitOrigin-RevId: 5527692bb476a8504e3540e827d62e41d8813d60
This commit is contained in:
@@ -10,6 +10,7 @@ const OnboardingDataCollectionSchema = new Schema(
|
||||
companyDivisionDepartment: { type: String, default: null },
|
||||
companyJobTitle: { type: String, default: null },
|
||||
governmentJobTitle: { type: String, default: null },
|
||||
institutionName: { type: String, default: null },
|
||||
otherJobTitle: { type: String, default: null },
|
||||
nonprofitDivisionDepartment: { type: String, default: null },
|
||||
nonprofitJobTitle: { type: String, default: null },
|
||||
|
||||
Reference in New Issue
Block a user