We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c36360 commit b7010deCopy full SHA for b7010de
db/sql/task.go
@@ -12,7 +12,7 @@ func (d *SqlDb) CreateTaskStage(stage db.TaskStage) (res db.TaskStage, err error
12
insertID, err := d.insert(
13
"id",
14
"insert into task__stage "+
15
- "(task_id, start, end, start_output_id, end_output_id, type) VALUES "+
+ "(task_id, `start`, `end`, start_output_id, end_output_id, type) VALUES "+
16
"(?, ?, ?, ?, ?, ?)",
17
stage.TaskID,
18
stage.Start,
0 commit comments