ts_update_cell
Update a single column on a specific row in the Target Scheduler database, like disabling a target or adjusting a project's priority, without bulk edits.
Instructions
Update a single column on a single row in the Target Scheduler database, e.g. disabling a target or bumping a project's priority.
Disabled by default for safety -- set the environment variable TS_ALLOW_WRITES=true to enable this tool, ideally after backing up schedulerdb.sqlite. Only ever touches one column on one row (identified by id_column=id_value); there's no bulk-edit or delete here on purpose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| value | Yes | ||
| column | Yes | ||
| id_value | Yes | ||
| id_column | Yes |