diff --git a/back/fsd-bootstrap/src/test/java/com/fsd/bootstrap/integration/IntegrationTestSchema.java b/back/fsd-bootstrap/src/test/java/com/fsd/bootstrap/integration/IntegrationTestSchema.java index db1f471..5eef3e1 100644 --- a/back/fsd-bootstrap/src/test/java/com/fsd/bootstrap/integration/IntegrationTestSchema.java +++ b/back/fsd-bootstrap/src/test/java/com/fsd/bootstrap/integration/IntegrationTestSchema.java @@ -225,6 +225,7 @@ exception_type VARCHAR(32) NOT NULL, exception_status VARCHAR(32) NOT NULL, exception_msg VARCHAR(255), severity VARCHAR(16) NOT NULL DEFAULT 'WARN', + agg_count INT NOT NULL DEFAULT 1, occur_time TIMESTAMP NOT NULL, resolved_time TIMESTAMP, escalated_at TIMESTAMP,