I have found these related issues/pull requests
/
Description
currently migration checksums include comments, this makes it hard to change them once a migration has been applied. sometimes this is nice to add more context later etc.
Prefered solution
add some logic filtering out comments here:
https://github.com/launchbadge/sqlx/blob/764ae2f702b15748c56a46a67dc80d719a2977ec/sqlx-core/src/migrate/source.rs#L118
Is this a breaking change? Why or why not?
this would break existing migration checksums so it should be behind a feature flag
I have found these related issues/pull requests
/
Description
currently migration checksums include comments, this makes it hard to change them once a migration has been applied. sometimes this is nice to add more context later etc.
Prefered solution
add some logic filtering out comments here:
https://github.com/launchbadge/sqlx/blob/764ae2f702b15748c56a46a67dc80d719a2977ec/sqlx-core/src/migrate/source.rs#L118
Is this a breaking change? Why or why not?
this would break existing migration checksums so it should be behind a feature flag