Skip to content

Commit 1d278fd

Browse files
authored
feat: add raw status to resources schema (#42)
1 parent 2fd8913 commit 1d278fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/config/assets/resources.schema.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ CREATE TABLE IF NOT EXISTS krateo_resources (
3131
-- Full Kubernetes object
3232
raw JSONB NOT NULL,
3333

34+
-- Raw Kubernetes status subtree, denormalized for faster frontend access
35+
status_raw JSONB NULL,
36+
3437
PRIMARY KEY (id)
3538
);
3639

0 commit comments

Comments
 (0)