mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 20:18:12 +00:00
increment build from counter
This commit is contained in:
5
store/datastore/sql/postgres/files/repos.sql
Normal file
5
store/datastore/sql/postgres/files/repos.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- name: repo-update-counter
|
||||
|
||||
UPDATE repos SET repo_counter = ?
|
||||
WHERE repo_counter = ?
|
||||
AND repo_id = ?
|
Reference in New Issue
Block a user