skip the schema name when using atlas migrate diff #2482
Unanswered
delamainer
asked this question in
Q&A
Replies: 1 comment
-
Yes, change the dev-url to "schema scope". i.e., add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to not include the schema name in the generated SQL file?
When I run
atlas migrate diff
, I see that the name of the schema (in this case, it'spublic
) is included in the generated file.Is there a way to exclude a schema from SQL files and provide it when I run
atlas migrate apply
.Beta Was this translation helpful? Give feedback.
All reactions