mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add default for Action's IsPrivate
This commit is contained in:
@@ -40,7 +40,7 @@ type Action struct {
|
||||
RepoId int64
|
||||
RepoName string
|
||||
RefName string
|
||||
IsPrivate bool `xorm:"not null"`
|
||||
IsPrivate bool `xorm:"not null default false"`
|
||||
Content string `xorm:"TEXT"`
|
||||
Created time.Time `xorm:"created"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user