diff --git a/.github/scripts/compareDatabasesUp.sh b/.github/scripts/compareDatabasesUp.sh index 2cf967f46d..cf68514cae 100755 --- a/.github/scripts/compareDatabasesUp.sh +++ b/.github/scripts/compareDatabasesUp.sh @@ -3,10 +3,10 @@ mkdir results mkdir comparison -PGCMPINPUT1=./pgdumpmigrated/AerieMigrated \ -PGCMPINPUT2=./pgdumpraw/AerieRaw \ -PGCLABEL1=AerieMigrated \ -PGCLABEL2=AerieRaw \ +PGCMPINPUT1=./pgdumpmigrated/AerieMigratedUp \ +PGCMPINPUT2=./pgdumpcurrent/AerieCurrent \ +PGCLABEL1=AerieMigratedUp \ +PGCLABEL2=AerieCurrent \ PGCFULLOUTPUT=./comparison/fulloutput.txt \ PGCUNEXPLAINED=./comparison/unexplained.txt \ PGCBADEXPLAIN=./comparison/badexplanations.txt \