Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | migrations.v17: skip if table not exist | Unknwon | 2017-03-30 |
| | |||
* | migration.v17: handle mysql error (#4361) | Kyle McCullough | 2017-03-29 |
| | |||
* | migration.v17: add nil error check | Unknwon | 2017-03-28 |
| | |||
* | migration/v17: skip if protect_branch_whitelist table not exist (#4355) | Unknwon | 2017-03-28 |
| | |||
* | models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333) | Unknwon | 2017-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. |