This commit is contained in:
2020-05-01 22:04:25 +00:00
parent eaeb30cf9f
commit a886181a97
2 changed files with 45 additions and 9 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 = 11;
internal const long EXPECTED_COLUMN_COUNT = 111;
internal const long EXPECTED_INDEX_COUNT = 35;
internal const long EXPECTED_COLUMN_COUNT = 258;
internal const long EXPECTED_INDEX_COUNT = 119;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!