Replies: 1 comment
-
The issue was resolved with the latest binary. Starting with this version, Atlas proposes |
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
-
Is it possible to avoid comparing and dumping the starting value of AUTO_INCREMENT in the inspect and diff commands?
Each time I create a new branch, I take a snapshot (inspect) of the master database, and before merging, I generate the changes. I've noticed this issue only occurs when using --format "{{ sql . }}", which is necessary for my workflow.
I do not want to generate incremental changes like the following:
Thanks for any help with this issue.
Beta Was this translation helpful? Give feedback.
All reactions