Browse Source

Add schema synchronization (#1890)

pull/1891/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
3dafbf7fef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      DEVELOPMENT.md

8
DEVELOPMENT.md

@ -18,7 +18,13 @@
### Prisma
#### Create schema migration (local)
#### Synchronize schema with database for prototyping
Run `yarn database:push`
https://www.prisma.io/docs/concepts/components/prisma-migrate/db-push
#### Create schema migration
Run `yarn prisma migrate dev --name added_job_title`

Loading…
Cancel
Save