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

Add sample data for initialization #152

Merged
merged 2 commits into from
Jul 2, 2022
Merged

Conversation

AetherUnbound
Copy link
Collaborator

Description of Changes

Fixes #151

This PR adds an init_data.csv file using sample data so that contributors can load a non-trivial amount of data when running just fresh-start.

To test, run just fresh-start!

Notes for Deployment

Screenshots (if appropriate)

Tests and linting

  • I have rebased my changes on main

  • just lint passes

  • just test passes

@AetherUnbound AetherUnbound added database Related to database models and/or migrations docker/env Docker, environment, or CI changes labels Jun 30, 2022
@@ -0,0 +1,1001 @@
star_no,first_name,last_name,job_title,department_id
1006,Mariel,Boullen,Editor,1
1012,Ransom,Million,Speech Pathologist,1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You know what they say "ACAB but especially those speech pathologists!"

Copy link
Collaborator Author

@AetherUnbound AetherUnbound Jul 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehehe it's what Mockaroo was supplying for job titles 🤷🏼‍♀️ 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Related to database models and/or migrations docker/env Docker, environment, or CI changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add init data CSV to repo
2 participants