We need to be able to change the text for the onboarding block and the contacts for the questions block on our onboarding home page. In order to do that, we will need to add those two fields to the organization model and create a migration.
The two fields should be onboardingText which is an optional string and contacts which is an array of strings
In order to create a migration, you will need to run yarn prisma:migrate
Desired Changes
We need to be able to change the text for the onboarding block and the contacts for the questions block on our onboarding home page. In order to do that, we will need to add those two fields to the organization model and create a migration.
The two fields should be onboardingText which is an optional string and contacts which is an array of strings
In order to create a migration, you will need to run yarn prisma:migrate
Screenshots (as needed)
No response