do I need to swap the `.env` file…?
# prisma-migrate
a
do I need to swap the
.env
file…?
j
Yes, if you want to migrate a different database, you need to put that into
url
.
shadowDatabaseUrl
is just something internal that is used creating migrations for the main
url
plus one +1 3
a
Thanks, understood