* remove redundant boilerplate * migrate * clippy * frontend fixes * fmt * fix * update shared types * fmt
4 lines
91 B
SQL
4 lines
91 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE task_attempts RENAME COLUMN profile TO executor;
|