Skip to content
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

make it clear start-database.sh is optional #1805

Closed
juliusmarminge opened this issue Mar 18, 2024 · 0 comments · Fixed by #1817
Closed

make it clear start-database.sh is optional #1805

juliusmarminge opened this issue Mar 18, 2024 · 0 comments · Fixed by #1817
Labels
👨‍👦‍👦free for all Anyone is free to take on this issue and file a PR

Comments

@juliusmarminge
Copy link
Member

Provide environment information

Describe the bug

The start-database script is a completely optional piece but the current logNextSteps doesnt make any note about this:

if (["postgres", "mysql"].includes(databaseProvider)) {
logger.info(" ./start-database.sh");
}

Reproduction repo

To reproduce

Additional information

No response

@juliusmarminge juliusmarminge added the 👨‍👦‍👦free for all Anyone is free to take on this issue and file a PR label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👨‍👦‍👦free for all Anyone is free to take on this issue and file a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant