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 ae491a4 commit 25f7cceCopy full SHA for 25f7cce
models/issues/issue_pin.go
@@ -18,7 +18,7 @@ type IssuePin struct {
18
ID int64 `xorm:"pk autoincr"`
19
RepoID int64 `xorm:"UNIQUE(s) NOT NULL"`
20
IssueID int64 `xorm:"UNIQUE(s) NOT NULL"`
21
- IsPull bool `xorm:"INDEX NOT NULL"`
+ IsPull bool `xorm:"NOT NULL"`
22
PinOrder int `xorm:"DEFAULT 0"`
23
}
24
models/migrations/v1_24/v313.go
@@ -14,7 +14,7 @@ func MovePinOrderToTableIssuePin(x *xorm.Engine) error {
14
15
16
17
0 commit comments