Move package store/ to server/store/ (#341)

* Refactor: move store/ to server/store/

* fix pipeline for moved tests

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Jacob Floyd
2021-09-23 13:33:59 +02:00
committed by GitHub
co-authored by 6543
parent 8361114e2e
commit 5fe712cca6
186 changed files with 42 additions and 43 deletions
@@ -0,0 +1,13 @@
-- name: task-list
SELECT
task_id
,task_data
,task_labels
,task_dependencies
,task_run_on
FROM tasks
-- name: task-delete
DELETE FROM tasks WHERE task_id = ?