From 6ddfa2a7acc6ad0d2a278156e541dbe9f0f2076b Mon Sep 17 00:00:00 2001 From: cvenen <102688516+cvenen@users.noreply.github.com> Date: Wed, 31 May 2023 16:00:08 -0400 Subject: [PATCH] Update DBSchema.txt --- postgres/DBSchema.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/DBSchema.txt b/postgres/DBSchema.txt index a8a0f92..c1f64ac 100644 --- a/postgres/DBSchema.txt +++ b/postgres/DBSchema.txt @@ -34,7 +34,7 @@ CREATE TABLE raw ( version VARCHAR(100) NOT NULL, config VARCHAR(40) NOT NULL, machine VARCHAR(25) NOT NULL, - metric_type metric NOT NULL; + metric_type metric NOT NULL, samples NUMERIC(10,7)[] NOT NULL, time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP );