table hosue : change field house_name by house_label
parent
e07d0c8f40
commit
ac1b391d7a
@ -1,5 +1,9 @@
|
||||
houses = [
|
||||
{"house_name": "Bourbon"},
|
||||
{"house_name": "Berry"},
|
||||
{"house_name": "Anjou"},
|
||||
{"house_label": "Bourbon"},
|
||||
{"house_label": "Berry"},
|
||||
{"house_label": "Anjou"},
|
||||
{"house_label": "Bretagne"},
|
||||
{"house_label": "Bourgogne"},
|
||||
{"house_label": "Orléans"},
|
||||
{"house_label": "Armagnac"}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue