Currently SQL migration code is treated as binary files, which is really inconvenient for source tracking.
As text files often differ in line endings and sometimes leading tabs/spaces, I think it makes sense to make hash code independent from that small and irrelevant changes.
But, of course, it will break compatibility with previous versions.
Currently SQL migration code is treated as binary files, which is really inconvenient for source tracking.
As text files often differ in line endings and sometimes leading tabs/spaces, I think it makes sense to make hash code independent from that small and irrelevant changes.
But, of course, it will break compatibility with previous versions.