From 4447fd281f2e03aa611ff4cb4cdc4fc037f708df Mon Sep 17 00:00:00 2001 From: "(skovati) Luke" Date: Mon, 8 Jul 2024 14:40:19 -0700 Subject: [PATCH] add new explanations for pgcmp for hasura triggers --- .github/scripts/compareDatabasesDown.sh | 1 + .github/scripts/explanations | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .github/scripts/explanations diff --git a/.github/scripts/compareDatabasesDown.sh b/.github/scripts/compareDatabasesDown.sh index be003b16f6..711a3f7fd2 100755 --- a/.github/scripts/compareDatabasesDown.sh +++ b/.github/scripts/compareDatabasesDown.sh @@ -13,6 +13,7 @@ PGCBADEXPLAIN=./comparison/badexplanations.txt \ PGDB=postgres \ PGBINDIR=/usr/bin \ PGCOMITSCHEMAS="('hdb_catalog'),('pg_catalog'),('information_schema')" \ +PGCEXPLANATIONS=./explanations \ ./pgcmp return_code=$? diff --git a/.github/scripts/explanations b/.github/scripts/explanations new file mode 100644 index 0000000000..84a92c0eb7 --- /dev/null +++ b/.github/scripts/explanations @@ -0,0 +1,2 @@ +trigger scheduler scheduler.scheduling_goal_definition."notify_hasura_refreshSchedulingProcedureParameterTypes_INSERT"/"INSERT" missing in 1st DB Not Yet Properly Explained 2 +trigger scheduler scheduler.scheduling_goal_definition."notify_hasura_refreshSchedulingProcedureParameterTypes_UPDATE"/"UPDATE" missing in 1st DB Not Yet Properly Explained 2