cannot push schema changes to db after successfully running migration.
Hello everyone, I am trying to push the schema that i have just created using
npx drizzle-kit generate
and after that when i run npx drizzle-kit push
it gets stuck on Pulling schema from database...
doesn't throw any error. same thing with drzzle-studion why is it so ?1 Reply
@abhishek Hey! Is the database name specified correctly? Can you connect to it with
node-postgres
?