-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Milestone
Description
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-prettyAlternative
No response
Additional context
No response