feat: add capabilities column to cluster_nodes (migration 005)
This commit is contained in:
parent
28a97e2ba3
commit
86d2960b60
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
||||||
|
-- Add hardware capabilities column to cluster_nodes
|
||||||
|
-- Stores GPUs and capture cards detected/reported by node-agent
|
||||||
|
ALTER TABLE cluster_nodes
|
||||||
|
ADD COLUMN IF NOT EXISTS capabilities JSONB DEFAULT '{}';
|
||||||
Loading…
Reference in a new issue