mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-02 10:58:10 -05:00
691 B
691 B
Documentation for development
Adding a new profile variable
To add a profile variable (personality type, etc.), make modifications here:
- schema.prisma
- seed.ts
- profile.tsx
- schema.ts
- page.tsx
- page.tsx
- ProfileFilters.tsx
- route.ts
- route.ts
- route.ts
Then update the database:
npx prisma migrate dev --name add-some-profile-variable