Skip to content

Commit

Permalink
chore(): resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Apr 1, 2022
2 parents 9001b56 + 29de0e7 commit 42d0e92
Show file tree
Hide file tree
Showing 4 changed files with 2,400 additions and 1,284 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
## Installation

```bash
$ npm i --save @nestjs/typeorm typeorm
$ npm i --save @nestjs/typeorm typeorm@0.2
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
postgres:
image: postgres:14.1
image: postgres:14.2
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: root
Expand Down
Loading

0 comments on commit 42d0e92

Please sign in to comment.