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

Entrypoint fails if there is no schema.rb #22

Closed
benjaminwood opened this issue Jul 9, 2020 · 1 comment
Closed

Entrypoint fails if there is no schema.rb #22

benjaminwood opened this issue Jul 9, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@benjaminwood
Copy link
Member

As mentioned by @vidkun in #21, the entrypoint fails if there is no schema.rb which would be the case if you're spinning up a brand new rails app. We should handle this by conditionally running db:migrate if schema.rb (or structure.sql) does not exist.

@benjaminwood benjaminwood added the bug Something isn't working label Jul 9, 2020
@natevick
Copy link
Member

This was fixed in PR #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants