From 61d8fc8a85a19c5e7e697c2106e63eb385a2496d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 29 May 2020 14:01:10 +0000 Subject: [PATCH] --- server/AyaNova/util/AySchema.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index 263feaac..07e0d6e7 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -249,10 +249,10 @@ namespace AyaNova.Util //METRICS TABLES //One minute metrics await ExecQueryAsync("CREATE TABLE ametricmm (t timestamp not null, allocated bigint,workingset bigint,privatebytes bigint,gen0 integer,gen1 integer,gen2 integer,cpu double precision)"); -//One hour metrics + //One hour metrics await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, test bigint,)"); -//One day metrics - await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, attachmentfilesize bigint,)"); + //One day metrics + await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, attachmentfilesize bigint, attachmentfilecount bigint, utilityfilesize bigint, utilityfilecount bigint)"); //SEARCH TABLES