mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Adds column api_version to the provisioner_daemons table. This is distinct from the coderd version, and is used to handle breaking changes in the provisioner daemon API.
3 lines
64 B
SQL
3 lines
64 B
SQL
ALTER TABLE ONLY provisioner_daemons
|
|
DROP COLUMN api_version;
|