mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add api_version column to workspace_agents (#10418)
Adds api_version to workspace_agents table Part of #10399
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
BEGIN;
|
||||
ALTER TABLE workspace_agents DROP COLUMN api_version;
|
||||
COMMIT;
|
@ -0,0 +1,3 @@
|
||||
BEGIN;
|
||||
ALTER TABLE workspace_agents ADD COLUMN api_version TEXT DEFAULT '' NOT NULL;
|
||||
COMMIT;
|
Reference in New Issue
Block a user