This commit is contained in:
2021-01-13 15:41:18 +00:00
parent e67bd0f708
commit 8e90f78a28
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ namespace AyaNova.Util
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!
private const int DESIRED_SCHEMA_LEVEL = 15;
internal const long EXPECTED_COLUMN_COUNT = 644;
internal const long EXPECTED_INDEX_COUNT = 178;
internal const long EXPECTED_COLUMN_COUNT = 667;
internal const long EXPECTED_INDEX_COUNT = 183;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!