Add schema synchronization (#1890)

pull/1891/head
Thomas Kaul 1 year ago committed by GitHub
parent fcd75414be
commit 3dafbf7fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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