This commit is contained in:
2021-02-26 17:29:02 +00:00
parent 009bcffc29
commit 5e7a99a668
2 changed files with 13 additions and 5 deletions

View File

@@ -22,11 +22,11 @@ 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 = 736;
internal const long EXPECTED_COLUMN_COUNT = 747;
internal const long EXPECTED_INDEX_COUNT = 125;
internal const long EXPECTED_CHECK_CONSTRAINTS = 328;
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 70;
internal const long EXPECTED_VIEWS = 1;
internal const long EXPECTED_VIEWS = 3;
internal const long EXPECTED_ROUTINES = 2;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!