mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5b0e6bfa2a
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;
|