We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c057590 commit 0e95e74Copy full SHA for 0e95e74
models/repo/pushmirror.go
@@ -23,6 +23,7 @@ type PushMirror struct {
23
Repo *Repository `xorm:"-"`
24
RemoteName string
25
26
+ SyncOnCommit bool `xorm:"NOT NULL DEFAULT true"`
27
Interval time.Duration
28
CreatedUnix timeutil.TimeStamp `xorm:"created"`
29
LastUpdateUnix timeutil.TimeStamp `xorm:"INDEX last_update"`
0 commit comments