case 4640

This commit is contained in:
2025-11-24 14:19:27 +00:00
parent 15933c0b1c
commit d96942a296
5 changed files with 14 additions and 7 deletions

View File

@@ -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;