mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00: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.