Files
vibe-kanban/crates/db/migrations/20250902184501_rename-profile-to-executor.sql
Louis Knight-Webb 5ca32b50de Profile cleanup (#611)
* remove redundant boilerplate

* migrate

* clippy

* frontend fixes

* fmt

* fix

* update shared types

* fmt
2025-09-02 21:25:37 +01:00

4 lines
91 B
SQL

-- Add migration script here
ALTER TABLE task_attempts RENAME COLUMN profile TO executor;