mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Integrate migrations with drone.
Also add migration to tests.
This commit is contained in:
@@ -88,9 +88,9 @@ type Repo struct {
|
||||
// before exceeding its timelimit and being killed.
|
||||
Timeout int64 `meddler:"timeout" json:"timeout"`
|
||||
|
||||
// Indicates the build should be executed in priveleged
|
||||
// Indicates the build should be executed in privileged
|
||||
// mode. This could, for example, be used to run Docker in Docker.
|
||||
Priveleged bool `meddler:"priveleged" json:"priveleged"`
|
||||
Privileged bool `meddler:"privileged" json:"privileged"`
|
||||
|
||||
// Foreign keys signify the User that created
|
||||
// the repository and team account linked to
|
||||
|
||||
Reference in New Issue
Block a user