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

fix: seeds #2023

Merged
merged 1 commit into from
Sep 12, 2024
Merged

fix: seeds #2023

merged 1 commit into from
Sep 12, 2024

Conversation

roschaefer
Copy link
Collaborator

Motivation

Fix seeds which apparently broke in #1971.

How to test

  1. docker compose up db
  2. bin/rails db:drop db:create db:migrate db:seed
  3. Does not fail anymore

Motivation
----------
Fix seeds which apparently broke in #1971.

How to test
-----------
1. `docker compose up db`
2. `bin/rails db:drop db:create db:migrate db:seed`
3. Does not fail anymore
@roschaefer roschaefer requested a review from mattwr18 September 11, 2024 20:55
@roschaefer roschaefer changed the title hfix: seeds fix: seeds Sep 11, 2024
@mattwr18
Copy link
Contributor

Thanks @roschaefer ... I knew there was probably something broken, but didn't take the time to look into it.

@mattwr18 mattwr18 merged commit 99984ad into main Sep 12, 2024
1 check passed
@mattwr18 mattwr18 deleted the fix-seeds branch September 12, 2024 07:44
mattwr18 pushed a commit that referenced this pull request Sep 12, 2024
Motivation
----------
Fix seeds which apparently broke in #1971.

How to test
-----------
1. `docker compose up db`
2. `bin/rails db:drop db:create db:migrate db:seed`
3. Does not fail anymore
mattwr18 pushed a commit that referenced this pull request Sep 16, 2024
Motivation
----------
Fix seeds which apparently broke in #1971.

How to test
-----------
1. `docker compose up db`
2. `bin/rails db:drop db:create db:migrate db:seed`
3. Does not fail anymore
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.

3 participants