aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-27 13:13:04 -0400
committerUnknwon <u@gogs.io>2017-03-27 13:13:04 -0400
commit1038916460a7ed2fa559bcf2f14b2eecb6ddaad6 (patch)
treeb1a537a8c25d0331e925c5d2600adf62294be34f /templates
parent73de9f9d6ac806634b22c150d42c66cb942d1088 (diff)
models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333)
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.
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 0e5097c0..f14cdf1c 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.10.30.0325 \ No newline at end of file
+0.10.31.0327 \ No newline at end of file