Julien Fastré a9f4324513 Adapt countries to add country code, create command to populate or update countries and translate countries to chill_main.available languages. Fix #317 and fix #316
The LoadCountries Data fixtures are also updated. Both Command and DataFixtures/ORM/LoadCountries use the same static function.

[ci skip]
2014-11-16 22:18:12 +01:00

16 lines
331 B
YAML

Chill\MainBundle\Entity\Country:
type: entity
table: null
fields:
id:
type: integer
id: true
generator:
strategy: AUTO
name:
type: json_array
countryCode:
type: string
length: 3
lifecycleCallbacks: { }