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 = 786;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 788;
|
||||
internal const long EXPECTED_INDEX_COUNT = 130;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 357;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 77;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 78;
|
||||
internal const long EXPECTED_VIEWS = 3;
|
||||
internal const long EXPECTED_ROUTINES = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user