1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 22:47:21 +00:00

Add unique index for project_issue to prevent duplicate data (#30190)

Fix #27639
This commit is contained in:
Lunny Xiao
2024-04-02 16:02:05 +08:00
committed by GitHub
parent 8a5c597c1d
commit b482567059
5 changed files with 133 additions and 0 deletions

View File

@ -0,0 +1,9 @@
-
id: 1
project_id: 1
issue_id: 1
-
id: 2
project_id: 1
issue_id: 1