1
0
Fork 0
forked from forgejo/forgejo

[PORT] gitea#30190: Add unique index for project_issue to prevent duplicate data

Fix #27639

---

Remove MSSQL specific code per https://codeberg.org/forgejo/discussions/issues/122

(cherry picked from commit b4825670596fe745cebdcc63a8ead4388602d42c)
This commit is contained in:
Lunny Xiao 2024-04-02 16:02:05 +08:00 committed by Gusted
parent efc2f53954
commit f0004760f6
No known key found for this signature in database
GPG key ID: FD821B732837125F
5 changed files with 124 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