This commit is contained in:
2021-01-25 20:02:44 +00:00
parent 887dbe5dd8
commit c1cf1086fb
5 changed files with 15 additions and 7 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 = 700;
internal const long EXPECTED_INDEX_COUNT = 122;
internal const long EXPECTED_COLUMN_COUNT = 704;
internal const long EXPECTED_INDEX_COUNT = 124;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!