Noel Martin Llevares
10/25/2021, 7:16 AMprisma migrate dev --create-only
The above command is only meant to create migrations but not execute them. It should NOT need to connect,
For comparison, Django’s makemigrations
can create the migrations without connecting to the database.Ryan
10/25/2021, 7:20 AM--create-only
also commits previous migrations, so it needs to connect to the database.Noel Martin Llevares
10/25/2021, 7:21 AMRyan
10/25/2021, 7:23 AM