Skip to content

Commit

Permalink
#9 migrate to postgres 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmug committed Feb 7, 2019
1 parent 988fb1f commit bf6a5b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- postgresql

addons:
postgresql: "10.3"
postgresql: "9.6"

before_script:
- psql -c "CREATE DATABASE migration;" -U postgres
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ postgres-up:
-e POSTGRES_PASSWORD=migration \
-e POSTGRES_USER=migration \
-e POSTGRES_DB=migration \
-d postgres:10.3-alpine
-d postgres:9.6-alpine

postgres-down:
-$(DOCKER) rm -f $(CONTAINER_NAME)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Just call `pure_migrations:migrate/3` (see specification [here](src/engine.erl#L
Please see verified integrations and live code snippets below.

## Compatibility table
All integrations validated against Postgres 9.4/9.6/10.3
All integrations validated against Postgres 9.4/9.6

| Database dialect | Library | Example |
| -------------- | ------ | ------- |
| postgres | [epgsql/epgsql:4.2.1](https://github.com/epgsql/epgsql/releases/tag/4.2.1) | [epgsql test](test/epgsql_migrations_SUITE.erl)
Expand Down

0 comments on commit bf6a5b6

Please sign in to comment.