This commit is contained in:
2021-02-18 15:03:52 +00:00
parent 96ff5141ec
commit 633d05bc7f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = 15;
internal const long EXPECTED_COLUMN_COUNT = 731;
internal const long EXPECTED_COLUMN_COUNT = 733;
internal const long EXPECTED_INDEX_COUNT = 125;
internal const long EXPECTED_CHECK_CONSTRAINTS = 327;
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 70;