You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using postgres 9.6.5 for development (See docker-compose.yml) and 9.6.1 for production. Running the test suite should be enough to check if everything is working ok.
We should upgrade it to 10.3 (latest stable) on both.
Upgrade on docker-compose.yml (development)
Upgrade on heroku (production)
The text was updated successfully, but these errors were encountered:
I don't think so @daviguelfi. This changed only in the db/structure.sql.
We still need to upgrade in docker-compose and in production. If you want, you can open a PR to upgrade the docker-compose's one. It will be very helpful.
We are currently using postgres 9.6.5 for development (See docker-compose.yml) and 9.6.1 for production. Running the test suite should be enough to check if everything is working ok.
We should upgrade it to 10.3 (latest stable) on both.
The text was updated successfully, but these errors were encountered: