blob: 8179fafad1efebaac98571a9ce6df4179784ec42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# init scripts
(see makefile for target explanations)
## data storing order
|round|table|
|-|-|
|1|calendar|
|1|circuit|
|1|function|
|1|nationality|
|1|racetype|
|1|specialposition|
|2|member|
|2|racedate|
|2|teams|
|3|endposition|
|3|fastestlap|
|3|membernationality|
|3|racedatecircuit|
|3|teamsmember|
|4|race|
|5|endpositionrace|
|