This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Database: Case counting system change
The old system, under extreme race conditions can bug out and produce 2 cases with the same case id (not global case id). Here, we change it to instead count the cases, as for case removal we have a removed field. A unique constraint is also implemented in ModerationCase as a extra-measure
- Loading branch information