Skip to content

Remove id attribute from MergeRequestDiffCommit

What

Remove id attribute from MergeRequestDiffCommit

Why

It conflicts with the primary key attribute of the model

Since we almost don't use the id attribute, let's remove it and use sha instead

Edited by Igor Drozdov

Merge request reports