Adding a dry-run
sub command to diesel-migration
#3825
RitickMadaan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I think that's an good idea, although I would likely use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add a dry-run sub command to diesel-migration. Running
diesel migration dry-run
will print to stdout all the sql queries which will be run bydiesel migration run
. This will give more visibility and be helpful with using diesel in production environments where I would preferably like to see at a single place, all the queries I am going to run.Beta Was this translation helpful? Give feedback.
All reactions