Join Slack
Powered by
I have a schema like this: `url` is the online da...
# prisma-migrate
a
Albert Gao
06/17/2021, 12:56 AM
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
janpio
06/17/2021, 10:41 AM
That is how it is supposed to work indeed.
2
Views
Open in Slack
Previous
Next