Add some static test data

This commit is contained in:
2023-11-03 16:51:26 +01:00
parent fbe4e8cbee
commit ba49976ba4
2 changed files with 5 additions and 0 deletions

2
data/drivers.csv Normal file
View File

@ -0,0 +1,2 @@
id,name,team_id,country_code,active
1,Max Verstappen,1,NL,1
1 id name team_id country_code active
2 1 Max Verstappen 1 NL 1

3
data/teams.csv Normal file
View File

@ -0,0 +1,3 @@
id,name,country_code
1,RedBull,AT
2,Mercedes,DE
1 id name country_code
2 1 RedBull AT
3 2 Mercedes DE