aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Collapse)Author
2025-03-03fix: sql files checksums (#2601)Lucas Trzesniewski
* fix: sql files checksums Checking out on Windows may cause *.sql files to have CRLF line endings, which will change their checksums and cause migration errors. https://github.com/launchbadge/sqlx/issues/2659 * fix: ensure shell scripts use lf