-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
A "dry run" feature is needed to see what would be applied to the database.
For python migrations, this should just output the module name without loading it. This will prevent unintended code execution on module import.
For SQL migrations, show the file and, on verbose, show the statement, but do not execute them. Flag log messages with a DRY RUN label.