mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-02 21:01:51 +00:00
fix(tasks): remove sqlite merge marker
This commit is contained in:
@@ -186,7 +186,6 @@ function createStatements(db: DatabaseSync): TaskRegistryStatements {
|
||||
FROM task_runs
|
||||
ORDER BY created_at ASC, task_id ASC
|
||||
`),
|
||||
<<<<<<< HEAD
|
||||
selectAllDeliveryStates: db.prepare(`
|
||||
SELECT
|
||||
task_id,
|
||||
|
||||
Reference in New Issue
Block a user