Add some static test data
This commit is contained in:
2
data/drivers.csv
Normal file
2
data/drivers.csv
Normal file
@ -0,0 +1,2 @@
|
||||
id,name,team_id,country_code,active
|
||||
1,Max Verstappen,1,NL,1
|
|
3
data/teams.csv
Normal file
3
data/teams.csv
Normal file
@ -0,0 +1,3 @@
|
||||
id,name,country_code
|
||||
1,RedBull,AT
|
||||
2,Mercedes,DE
|
|
Reference in New Issue
Block a user