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

fixes error message associated with running seed task #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

armandofox
Copy link

Seed task now only creates default seating zone if it doesn't already exist, making seeding idempotent again. Doesn't affect tests, since every test truncates the database anyway. (In practice, this wasn't affecting proper seeding since the seating zone is the last thing seeded, so by the time the error happened all the other seeding was done)

… exist, making seeding idempotent again. Doesn't affect tests, since every test truncates the database anyway.
@rnickles
Copy link

lgtm

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