1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-07-12 22:21:40 +02:00

restore queue on restart

This commit is contained in:
Brad Rydzewski
2017-04-14 13:32:36 +02:00
parent 30b561636f
commit e172de592f
13 changed files with 236 additions and 9 deletions

View File

@ -0,0 +1,11 @@
-- name: task-list
SELECT
task_id
,task_data
,task_labels
FROM tasks
-- name: task-delete
DELETE FROM tasks WHERE task_id = $1