This commit is contained in:
@@ -22,7 +22,7 @@ namespace AyaNova.Util
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!
|
||||
private const int DESIRED_SCHEMA_LEVEL = 11;
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 318;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 325;
|
||||
internal const long EXPECTED_INDEX_COUNT = 134;
|
||||
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!
|
||||
@@ -250,7 +250,7 @@ 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, test bigint,)");
|
||||
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, attachmentfilecount bigint, utilityfilesize bigint, utilityfilecount bigint)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user