This commit is contained in:
2020-05-25 13:17:28 +00:00
parent 5610ba3944
commit db312efd7d
5 changed files with 50 additions and 13 deletions

View File

@@ -245,7 +245,7 @@ namespace AyaNova.Util
//METRICS TABLES
//CPU
await ExecQueryAsync("CREATE TABLE ametriccpu (t timestamp not null, v double precision not null default 0)");
await ExecQueryAsync("CREATE TABLE ametricmm (t timestamp not null, v real not null default 0)");
//SEARCH TABLES