xataio / pgroll

PostgreSQL zero-downtime migrations made easy
https://www.xata.io
Apache License 2.0
2.99k stars 54 forks source link

Update operation types to set a default of `""` for `up` and `down` SQL #325

Closed andrew-farries closed 5 months ago

andrew-farries commented 5 months ago

Improve consistency between operation types by updating operation types to ensure that all operations that use up or down SQL default these fields to "".

There is no distinction between an empty string and nil for these fields.