mirror of https://github.com/openclaw/openclaw.git
fix(tasks): remove sqlite merge marker
This commit is contained in:
parent
e624fdcf0a
commit
e4e732a77b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue