Skip to content

Commit

Permalink
Merge pull request #4 from Muhammad-Magdi/fix-dbdev-issue
Browse files Browse the repository at this point in the history
add the option to skip extention creation
  • Loading branch information
Muhammad-Magdi authored Sep 21, 2024
2 parents e52cde8 + c910540 commit de1455b
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
pgmq:
image: quay.io/tembo/pgmq-pg:latest
image: quay.io/tembo/pgmq-pg:v1.2.1
env:
POSTGRES_PASSWORD: password
options: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

services:
pgmq:
image: quay.io/tembo/pgmq-pg:latest
image: quay.io/tembo/pgmq-pg:v1.2.1
env:
POSTGRES_PASSWORD: password
options: >-
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm i pgmq-js
First, Start a Postgres instance with the PGMQ extension installed:

```bash
docker run -d --name postgres -e POSTGRES_PASSWORD=password -p 5432:5432 quay.io/tembo/pgmq-pg:latest
docker run -d --name postgres -e POSTGRES_PASSWORD=password -p 5432:5432 quay.io/tembo/pgmq-pg:v1.2.1
```

Then:
Expand Down
Loading

0 comments on commit de1455b

Please sign in to comment.