Add translation table from legacy to HLDS IDs
This commit is contained in:
parent
b459dbc9b7
commit
5f7d36f0fa
1 changed files with 28 additions and 0 deletions
28
data/migration.py
Normal file
28
data/migration.py
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
LEGACY_TO_HLDS_TRANSLATION = {
|
||||||
|
2: "blauw_kotje",
|
||||||
|
3: "ocean_garden",
|
||||||
|
4: "delhaize",
|
||||||
|
5: "simpizza",
|
||||||
|
6: "shell_tankstation",
|
||||||
|
7: "pitta_pinte",
|
||||||
|
8: "lan_pizza",
|
||||||
|
9: "oriental",
|
||||||
|
10: "gouden_sate",
|
||||||
|
11: "quick",
|
||||||
|
12: "dominos",
|
||||||
|
13: "stella_di_mare",
|
||||||
|
14: "olifantje",
|
||||||
|
15: "pauls_boutique",
|
||||||
|
16: "fritoloog",
|
||||||
|
17: "andromeda",
|
||||||
|
19: "pita_cece",
|
||||||
|
20: "pita_uniq",
|
||||||
|
21: "basic_italian",
|
||||||
|
22: "pizza_hut",
|
||||||
|
23: "test",
|
||||||
|
25: "primadonna_takeaway",
|
||||||
|
26: "primadonna_delivery",
|
||||||
|
28: "s5",
|
||||||
|
29: "fitchen",
|
||||||
|
30: "kebab_anadolu",
|
||||||
|
}
|
Loading…
Reference in a new issue