This commit is contained in:
2021-02-19 18:43:42 +00:00
parent 7a76b2e361
commit f7dbea1bad
3 changed files with 20 additions and 20 deletions

View File

@@ -22,8 +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 = 732;
internal const long EXPECTED_COLUMN_COUNT = 735;
internal const long EXPECTED_INDEX_COUNT = 125;
internal const long EXPECTED_CHECK_CONSTRAINTS = 327;
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 70;