Skip to content

Commit

Permalink
feat(postgres): add support for Postgres 12 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 authored Aug 27, 2020
1 parent 5331db7 commit ce0681a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
PGUSER: postgres
PG_USER: postgres
PG_HOST: localhost
- image: mdillon/postgis:11-alpine
- image: postgis/postgis:12-3.0-alpine
environment:
PGUSER: postgres
POSTGRES_USER: postgres
POSTGRES_DB: warthog-test
POSTGRES_PASSWORD: postgres
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"shortid": "^2.2.15",
"type-graphql": "^0.17.5",
"typedi": "^0.8.0",
"typeorm": "^0.2.20",
"typeorm": "^0.2.25",
"typeorm-typedi-extensions": "^0.2.3",
"typescript": "^3.9.7"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9747,7 +9747,7 @@ typeorm-typedi-extensions@^0.2.3:
resolved "https://registry.yarnpkg.com/typeorm-typedi-extensions/-/typeorm-typedi-extensions-0.2.3.tgz#94fca2656206d771bf6d2242f5aab570511188e8"
integrity sha512-T9i1NvRZNjPn9Jb8oT772ihfn6PwdqDVpzPCtKSqjkZGOgXrCkdyD3dDrzfMaoWJ1afU58bVx2CMb95FzT42Ow==

typeorm@^0.2.20:
typeorm@^0.2.25:
version "0.2.25"
resolved "https://registry.npmjs.org/typeorm/-/typeorm-0.2.25.tgz#1a33513b375b78cc7740d2405202208b918d7dde"
integrity sha512-yzQ995fyDy5wolSLK9cmjUNcmQdixaeEm2TnXB5HN++uKbs9TiR6Y7eYAHpDlAE8s9J1uniDBgytecCZVFergQ==
Expand Down

0 comments on commit ce0681a

Please sign in to comment.