You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: (user application) additional user information part 1 (#248)
* update seed file to include populateUserApplications
add user application (onboarding) form questions
(question model) add pageNumber field
update prisma schema - add UserApplication table
* fix input type in forms/user-app seed
* (seed/user-app.ts) update responses to include responses to all questions
* (prisma) generate migration file
* fix test errors
* update gitignore to ignore codebuddy
* update gitignore and remove codebuddy files
* remove duplicate line in .gitignore
- A unique constraint covering the columns `[userApplicationId]` on the table `User` will be added. If there are existing duplicate values, this will fail.
0 commit comments