increment build from counter

This commit is contained in:
Brad Rydzewski
2017-05-23 12:43:58 +02:00
parent a05cdafd92
commit f16dfaa9f0
14 changed files with 233 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
-- name: repo-update-counter
UPDATE repos SET repo_counter = ?
WHERE repo_counter = ?
AND repo_id = ?