Files
coder/coderd/database/migrations/000179_provisionerdaemon_add_apiversion.down.sql
Cian Johnston 5b0e6bfa2a feat(coderd/database): add api_version to provisioner_daemons table (#11204)
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.
2023-12-14 12:52:41 +00:00

3 lines
64 B
SQL

ALTER TABLE ONLY provisioner_daemons
DROP COLUMN api_version;