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

Remove seed data #182

Merged
merged 3 commits into from
Aug 16, 2023
Merged

Remove seed data #182

merged 3 commits into from
Aug 16, 2023

Conversation

TheTedder
Copy link
Contributor

Seed data should not be committed to the repository, especially not in a migration, and especially especially not in a migration that depends on environment variables. Neither should it be hardcoded to exis outside of tests. If the programmer wishes to have an admin entry in the database for local testing, they can create one manually or use a script. Since this migration is a data-only migration, it can safely be deleted without any side effects. Closes #166.

@TheTedder TheTedder requested a review from a team as a code owner August 13, 2023 19:32
@zysim zysim merged commit d5d8b72 into leaderboardsgg:main Aug 16, 2023
1 check passed
@TheTedder TheTedder deleted the remove-seed-data branch September 3, 2023 19:29
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.

Task: Remove Seed Data
2 participants