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

Allow to use commands db:test:prepare, db:setup without created DB #203

Merged

Conversation

artofhuman
Copy link

In case if app does not have db yet, commands db:create[env],
db:test:prepare, db:setup did not work, because they required
connection to not existed database. This commit adds ability to run
these commands regardless of whether the database exists or not.

In case if app does not have db yet, commands db:create[env],
db:test:prepare, db:setup did not work, because they required
connection to not existed database. This commit adds ability to run
these commands regardless of whether the database exists or not.
@JonathanTron
Copy link
Member

Thanks @artofhuman, this is great.

@JonathanTron JonathanTron merged commit 69d268b into TalentBox:master Sep 15, 2024
16 checks passed
JonathanTron added a commit that referenced this pull request Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants