improvement: tasks and cases feature updated based on the new prosthesis types and their steps. the whole assignment proccess removed from the flow.
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"prisma:migrate": "prisma migrate dev",
|
||||
"prisma:deploy": "prisma migrate deploy",
|
||||
"prisma:seed": "prisma db seed",
|
||||
"prisma:reset-treatment": "ts-node prisma/reset-treatment-data.ts"
|
||||
"prisma:reset-treatment": "ts-node prisma/reset-treatment-data.ts",
|
||||
"prisma:regenerate-tasks": "ts-node prisma/regenerate-lab-tasks.ts"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
|
||||
Reference in New Issue
Block a user