Update nodestate API and db adapter

This commit is contained in:
2025-09-28 08:26:44 +02:00
parent 015583f1cd
commit beb92967e5
4 changed files with 38 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ CREATE TABLE "node" (
CHECK (health_state IN (
'full', 'partial', 'failed'
)),
meta_data TEXT, -- JSON
UNIQUE (hostname, cluster)
);