Skip to content

Commit

Permalink
add new explanations for pgcmp for hasura triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Jul 8, 2024
1 parent 2078b1c commit b070e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/compareDatabasesDown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?

Expand Down
3 changes: 3 additions & 0 deletions .github/scripts/explanations
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
trigger scheduler scheduler.scheduling_goal_definition."notify_hasura_refreshSchedulingProcedureParameterTypes_INSERT"/"INSERT" missing in 1st DB From_RefreshSchedProcParm_Action 2
trigger scheduler scheduler.scheduling_goal_definition."notify_hasura_refreshSchedulingProcedureParameterTypes_UPDATE"/"UPDATE" missing in 1st DB From_RefreshSchedProcParm_Action 2

0 comments on commit b070e2a

Please sign in to comment.