case 4640
This commit is contained in:
@@ -24,7 +24,9 @@ namespace AyaNova.Util
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 1389;
|
||||
internal const long EXPECTED_INDEX_COUNT = 160;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 561;
|
||||
//case 4640 PG 18 release adds extra check constraints beyond what we create causing this to fail and
|
||||
//it's not critical anyway so just removing it as simple solution
|
||||
//internal const long EXPECTED_CHECK_CONSTRAINTS = 561;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 204;
|
||||
internal const long EXPECTED_VIEWS = 11;
|
||||
internal const long EXPECTED_ROUTINES = 2;
|
||||
|
||||
Reference in New Issue
Block a user