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:
parent
efc2f53954
commit
f0004760f6
5 changed files with 124 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
-
|
||||
id: 1
|
||||
project_id: 1
|
||||
issue_id: 1
|
||||
|
||||
-
|
||||
id: 2
|
||||
project_id: 1
|
||||
issue_id: 1
|
Loading…
Add table
Add a link
Reference in a new issue