ranger
/
migrations
/
012_rename_queued_to_ready.sql
overview
tree
log
※
main
→
23a0
f67d
1
UPDATE tasks SET state = 'ready' WHERE state = 'queued';