Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Use PostgreSQL 10.9 in development #751

Merged
merged 2 commits into from Sep 3, 2019
Merged

Conversation

rbreslow
Copy link
Contributor

@rbreslow rbreslow commented Aug 28, 2019

Overview

Resolves #727

Checklist

  • fixup! commits have been squashed
  • CI passes after rebase
  • CHANGELOG.md updated with summary of features or fixes, following Keep a Changelog guidelines

Testing Instructions

  • Provision a development environment, following setup
  • Load fixtures:
./scripts/manage makefixtures -m; ./scripts/manage loadfixtures -m
  • I was able to interact with the database via the application to test reads; I registered an account to test writes:
openapparelregistry=# select * from account_emailaddress;
 id |        email        | verified | primary | user_id
----+---------------------+----------+---------+---------
  1 | rbreslow@azavea.com | f        | t       |       1
(1 row)

@rbreslow rbreslow requested a review from jwalgran August 28, 2019 17:24
@rbreslow rbreslow self-assigned this Aug 28, 2019
Copy link
Contributor

@hectcastro hectcastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything appears to be working the same after the upgrade. I was able to successfully read the facility fixture data via the app and register an account. 👍

@hectcastro hectcastro removed the request for review from jwalgran September 2, 2019 23:45
@rbreslow rbreslow merged commit d0df9d6 into develop Sep 3, 2019
@rbreslow rbreslow deleted the feature/jrb/postgres10.9-dev branch September 3, 2019 00:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade PostgreSQL in development environment
2 participants