mirror of
https://github.com/gogs/gogs.git
synced 2026-01-21 06:42:26 +01:00
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.