You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: