We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7a9f3 commit bb90dc0Copy full SHA for bb90dc0
models/migrations/v1_22/v294_test.go
@@ -43,6 +43,7 @@ func Test_AddUniqueIndexForProjectIssue(t *testing.T) {
43
for _, index := range tables[0].Indexes {
44
if index.Type == schemas.UniqueType {
45
found = true
46
+ assert.ElementsMatch(t, index.Cols, []string{"project_id", "issue_id"})
47
break
48
}
49
0 commit comments