Missing CSV Files in released branch of Relational Database Courses
#53 914 ouverte le 28 févr. 2024
Métriques du dépôt
- Stars
- (444 744 stars)
- Métriques de merge PR
- (Merge moyen 6j 11h) (253 PRs mergées en 30 j)
Description
Describe the Issue
I've had a user report that they can't find the .csv files when cloning the GitHub projects for the Relational Database Courses.
Looking at the World Cup Database: https://github.com/freeCodeCamp/learn-world-cup-database/tree/main
There is no .csv file present.
However, in the v2.0.0 branch the games.csv file is there:
https://github.com/freeCodeCamp/learn-world-cup-database/tree/v2.0.0
This also appears to be true for the Student Database: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-1
The courses.csv and students.csv are found only in v3.0.0: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-1/tree/v3.0.0/.freeCodeCamp/reset_files
Affected Page
Your code
N/A
Expected behavior
The CSV file should be present in the most recent/released version of the repo.
Screenshots
No response
System
N/A
Additional context
No response