visevol / GithubVisualisation

PFE028 Été 2024
MIT License
0 stars 1 forks source link

[Backend] Add uniqueness constraint on SourceFileChange #37

Closed zergov closed 6 days ago

zergov commented 6 days ago

A commit can only change a file in one way.

For example, It does not make sense to say:

This prevents recording multiple source file changes for the same file on a given commit.