-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
sqlx/sqlx-core/src/migrate/source.rs
Line 118 in 764ae2f
let sql = fs::read_to_string(&entry_path).map_err(|e| ResolveError { |
Is this a breaking change? Why or why not?
this would break existing migration checksums so it should be behind a feature flag
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request