From 0496ded7408ef34e8d8076c6efd7bc704fffe116 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 28 May 2020 23:22:13 +0000 Subject: [PATCH] --- server/AyaNova/util/AySchema.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index 17b6b80b..263feaac 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -250,9 +250,9 @@ namespace AyaNova.Util //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 - await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, allocated bigint,)"); + await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, test bigint,)"); //One day metrics - await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, allocated bigint,workingset bigint,privatebytes bigint,gen0 integer,gen1 integer,gen2 integer,cpu double precision)"); + await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, attachmentfilesize bigint,)"); //SEARCH TABLES