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 a2cccd3 commit 4546f15Copy full SHA for 4546f15
models/migrations/v1_23/v300.go
@@ -7,8 +7,8 @@ import "xorm.io/xorm"
7
8
func AddForcePushBranchProtection(x *xorm.Engine) error {
9
type ProtectedBranch struct {
10
- CanForcePush bool `xorm:"NOT NULL DEFAULT false"`
11
- EnableForcePushAllowlist bool
+ CanForcePush bool `xorm:"NOT NULL DEFAULT false"`
+ EnableForcePushAllowlist bool `xorm:"NOT NULL DEFAULT false"`
12
ForcePushAllowlistUserIDs []int64 `xorm:"JSON TEXT"`
13
ForcePushAllowlistTeamIDs []int64 `xorm:"JSON TEXT"`
14
ForcePushAllowlistDeployKeys bool `xorm:"NOT NULL DEFAULT false"`
0 commit comments