Actions
Defect #41975
closedUniqueness of Project model fields is not checked sufficiently
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In the Project model, :identifier is defined as unique, but it is not guaranteed to be unique in the database.
If transactions are processed in parallel, projects with the same identifier may be created.
Therefore, we propose to add unique-index to the database to guarantee uniqueness.A patch for this purpose is attached.
Files
Actions