Skip to content

Commit

Permalink
Update test database user in README
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanjbrown committed Mar 4, 2024
1 parent 1e55d05 commit 5d7666b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ psql -d postgres -c 'GRANT ALL ON database consultations_dev TO consultations_de
createdb consultations_test
createuser consultations_test
psql -d postgres -c 'GRANT ALL ON database consultations_test TO consultations_test;'
ALTER USER consultations_test CREATEDB;
```

Confirm it works with
Expand Down

0 comments on commit 5d7666b

Please sign in to comment.