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 4447fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 2 additions & 0 deletions .github/scripts/explanations
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4447fd2

Please sign in to comment.