mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* add reason field for workspace build * add the reason field to FE via API * update BuildReasonMember to BuildReasonInitiator * add unit tests * add more unit tests * add error for unknown transition * fix lint * add documentation * fix unit tests * fix generated types * remove nested transaction * rename migration file
5 lines
93 B
SQL
5 lines
93 B
SQL
ALTER TABLE ONLY workspace_builds
|
|
DROP COLUMN IF EXISTS reason;
|
|
|
|
DROP TYPE build_reason;
|