db:check-migrations job is failing after swapping PG version for nightly tests
Summary
db:check-migrations
and db:check-migrations-single-db
jobs are failing, after swapping PG14 to be default, and 13 to be nightly. See: !119344 (merged)
Steps to reproduce
Any MR that does change structure.sql
file, will cause these two jobs to fail.
What is the current bug behavior?
db:check-migrations
and db:check-migrations-single-db
are failing, because the PG version that it's being used as default for CI (PG 14) doesn't match the version currently in use by GDK (PG13)
Possible fixes
Update the db:check-migrations
and db:check-migrations-single-db
jobs to use PG13 (same version from GDK), until PG14 was added as default version for GDK.