mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
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]
This commit is contained in:
@@ -7,7 +7,9 @@ Chill\MainBundle\Entity\Country:
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
label:
|
||||
name:
|
||||
type: json_array
|
||||
countryCode:
|
||||
type: string
|
||||
length: 255
|
||||
length: 3
|
||||
lifecycleCallbacks: { }
|
||||
|
Reference in New Issue
Block a user