2. Run `npx prisma migrate reset` to reset any existing database config on your computer and make it fresh for new data
3. Download the latest pg_dump from a colleague. Due to the sensitive nature of the database, backups are not yet available online
4. Restore the pg_dump using psql (Typical windows install: `C:/Program Files/PostgreSQL/15/bin/psql.exe`)
**Whenever doing schema changes, be sure to run `npx prisma migrate deploy` after and add a relevant migration text (like git commit messages) for the database change done.**
## Development
Follow steps on the readme to run tests and development server locally