I have a schema like this: `url` is the online da...
# prisma-migrate
a
I have a schema like this:
url
is the online database, and
shadowDatabaseUrl
is the local url. But still, when I run command like
migrate reset
, it still uses the
url
rather than
shadowDatabaseUrl
What am I missing here?
j
That is how it is supposed to work indeed.