mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
The states.yml present in this repo had a different format which doesn't work with the current seeds.rb that we brought from ofn-install.
34 lines
511 B
YAML
34 lines
511 B
YAML
---
|
|
- name: Tasmania
|
|
country_id: "12"
|
|
id: "101"
|
|
abbr: Tas
|
|
- name: Victoria
|
|
country_id: "12"
|
|
id: "102"
|
|
abbr: Vic
|
|
- name: New South Wales
|
|
country_id: "12"
|
|
id: "103"
|
|
abbr: NSW
|
|
- name: ACT
|
|
country_id: "12"
|
|
id: "104"
|
|
abbr: ACT
|
|
- name: Queensland
|
|
country_id: "12"
|
|
id: "105"
|
|
abbr: QLD
|
|
- name: South Australia
|
|
country_id: "12"
|
|
id: "106"
|
|
abbr: SA
|
|
- name: Northern Territory
|
|
country_id: "12"
|
|
id: "107"
|
|
abbr: NT
|
|
- name: Western Australia
|
|
country_id: "12"
|
|
id: "108"
|
|
abbr: WA
|