-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update README.md with correct postgreSQL version documentation #3927
Conversation
222a06b
to
1c48b70
Compare
1c48b70
to
095b35d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @jason-upchurch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Summary (required)
Impacted areas of the application
List general components of the application that this PR will affect:
How to test
$ drop cfdm_cms_test
$ create cfdm_cms_test
$ pg_restore --dbname cfdm_cms_test --no-acl --no-owner <path/to/fec_cms_gov_cloud_prod_20200715.dump>
fec-cms/fec$ ./manage.py migrate
(may result in message instructing a preliminary step)$ psql cfdm_cms_test
# select * from home_author;