freeCodeCamp/freeCodeCamp

Missing CSV Files in released branch of Relational Database Courses

Open

#53,914 opened on Feb 28, 2024

 (16 comments) (0 reactions) (0 assignees)TypeScript (44,572 forks)batch import
APIGood first issue

Repository metrics

Stars
 (444,744 stars)
PR merge metrics
 (PR metrics pending)

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

https://www.freecodecamp.org/learn/relational-database/build-a-world-cup-database-project/build-a-world-cup-database

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

Contributor guide