Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request addresses an issue with outdated information in the project's README file. The previous version of the README provided instructions for setting up a PostgreSQL database with the name "reputation-oracle", which is no longer relevant to the current state of the project. The instructions have been updated to reflect the correct database name, "job-launcher", ensuring that new developers or contributors can set up their development environment accurately and efficiently.
Summary of changes
Updated the PostgreSQL setup instructions in the README file to change the database name from "reputation-oracle" to "job-launcher".
Updated the user permissions instructions to ensure consistency with the new database name.
How test the changes
Follow the updated instructions in the README to set up the PostgreSQL database.
Ensure that you are able to create the "job-launcher" database and assign the necessary permissions to the "operator" user without any issues.
Confirm that you are able to connect to the "job-launcher" database using the provided credentials.
Related issues
Keywords for linking issues
N/A
Operational checklist