This commit is contained in:
@@ -22,10 +22,10 @@ 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 = 710;
|
||||
internal const long EXPECTED_INDEX_COUNT = 124;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 318;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 61;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 731;
|
||||
internal const long EXPECTED_INDEX_COUNT = 125;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 327;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 70;
|
||||
internal const long EXPECTED_VIEWS = 1;
|
||||
internal const long EXPECTED_ROUTINES = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user