adr
adr
PPrisma
Created by adr on 4/29/2024 in #help-and-questions
How do you seed/initialize basic data as products, delivery methods during deploy ?
When i develop my app and running it up using docker i run "prisma migrate dev" command what automatically run "prisma db seed", but "prisma migrate deploy" does't seed my db in cloud, any solutions ? should i manually connect to RDS and privde this data by using insert command ??
1 replies