Skip to content

Commit

Permalink
Merge pull request #160 from bcgov/chore/postgres-14
Browse files Browse the repository at this point in the history
chore: update to postgreSQL 14
  • Loading branch information
matthieu-foucault authored Dec 11, 2021
2 parents d0485c6 + 25982f1 commit 81c66bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 14.17.6
yarn 1.22.10
postgres 12.6
postgres 14.0
python 3.9.2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SQITCH_VERSION=${word 3,${shell ${SQITCH} --version}}
SQITCH_MIN_VERSION=1.1.0
DB_NAME=cif
PG_PROVE=pg_prove -h localhost
PGTAP_VERSION=1.1.0
PGTAP_VERSION=1.2.0

help: ## Show this help.
@sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST)
Expand Down
6 changes: 3 additions & 3 deletions chart/cas-cif/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: cas-postgres
repository: https://bcgov.github.io/cas-postgres/
version: 0.8.0
version: 0.8.3
- name: cas-airflow-dag-trigger
repository: https://bcgov.github.io/cas-airflow
version: 1.0.7
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: nginx-sidecar
repository: https://bcgov.github.io/cas-template-app
version: 0.1.8
digest: sha256:9989d3df5c2d76274544e3e76fe7b215a311027712e28a0d43c4061fa8919c12
generated: "2021-11-17T10:42:06.278573786-08:00"
digest: sha256:a7003ffbb1a165d7edb5cf7a39ae48594f66e29c4cdf3789d0d81aef72e6d232
generated: "2021-12-10T15:00:45.077179609-08:00"
2 changes: 1 addition & 1 deletion chart/cas-cif/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.1.0
appVersion: "0.1.0"
dependencies:
- name: cas-postgres
version: "0.8.0"
version: "0.8.3"
repository: https://bcgov.github.io/cas-postgres/
- name: cas-airflow-dag-trigger
version: 1.0.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ select throws_ok(
$$
update mock_schema.mock_form_change set change_status = 'test_committed' where id = 2
$$,
'null value in column "required_col" violates not-null constraint'
'null value in column "required_col" of relation "mock_table" violates not-null constraint'
);

-- inserts with default value if data is missing
Expand Down

0 comments on commit 81c66bb

Please sign in to comment.