mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 17:28:47 +01:00
feat(connector): add Action database transactions
This commit is contained in:
@@ -14,3 +14,11 @@ VALUES (?, ?, ?, ?);
|
||||
selectActions:
|
||||
SELECT * FROM Action
|
||||
WHERE procedureId = ?;
|
||||
|
||||
countActions:
|
||||
SELECT COUNT(*) FROM Action
|
||||
WHERE procedureId = ?;
|
||||
|
||||
deleteByProcedure:
|
||||
DELETE FROM Action
|
||||
WHERE procedureId = ?;
|
||||
|
||||
Reference in New Issue
Block a user