aboutsummaryrefslogtreecommitdiff
path: root/models/migrations/v17.go
Commit message (Collapse)AuthorAge
* migrations.v17: skip if table not existUnknwon2017-03-30
|
* migration.v17: handle mysql error (#4361)Kyle McCullough2017-03-29
|
* migration.v17: add nil error checkUnknwon2017-03-28
|
* migration/v17: skip if protect_branch_whitelist table not exist (#4355)Unknwon2017-03-28
|
* models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333)Unknwon2017-03-27
If user creates a protect branch for the first time (which has ID=0), it generates invalid whitelist records with 'protect_branch_id=0'. This prevents future updates of protect branch whitelist. Migration: remove existing invalid protect branch whitelist records.