This commit is contained in:
@@ -252,7 +252,7 @@ namespace AyaNova.Util
|
|||||||
//One hour metrics
|
//One hour metrics
|
||||||
await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, test bigint,)");
|
await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, test bigint,)");
|
||||||
//One day metrics
|
//One day metrics
|
||||||
await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, attachmentfilesize bigint,)");
|
await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, attachmentfilesize bigint, attachmentfilecount bigint, utilityfilesize bigint, utilityfilecount bigint)");
|
||||||
|
|
||||||
|
|
||||||
//SEARCH TABLES
|
//SEARCH TABLES
|
||||||
|
|||||||
Reference in New Issue
Block a user