Description
Add an option to make SQL statements (non-)pretty formatted.
This will then add linebreaks to the SQL statements that are produced for better debugging / reading.
By default pretty should be disabled, resulting in single line SQL statements.
Suggested solution
migrate up --pretty
migrate up --no-pretty
Alternative
No response
Additional context
No response
Description
Add an option to make SQL statements (non-)pretty formatted.
This will then add linebreaks to the SQL statements that are produced for better debugging / reading.
By default pretty should be disabled, resulting in single line SQL statements.
Suggested solution
Alternative
No response
Additional context
No response