Drizzle seed stuck and no info displayed
Hi all, im experimenting with using drizzle-seed to seed my db instead of using raw sqls
I have a script that is basically a slight modification of the tutorial from the docs, but it seems to hand/gets stuck when I run it. Any ideas why and what I could do? There's no debug messages either so its not very helpful.
3 Replies
CC: @OleksiiKH
Had exact same issue. You probably don't expose all relevant schema tables for drizzle seed. Make sure you provide tables that bloodPressure has fk's on.
Should've created an issue. My bad. Will try to replicate rereproduce
Ahh will try that. But yes that table has dependencies on another table
I have a dependency on the user table. Is it possible to generate seed data with a hardcoded userid