Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e31bdce713 | ||
| 5d72beaf8d | |||
| 43f34015c6 |
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.0.54'
|
||||
app.version: '0.0.55'
|
||||
|
||||
@@ -58,7 +58,11 @@ class SeedCommand extends Command
|
||||
$this->seedMerchandiseTypes();
|
||||
$this->seedPelletTypes();
|
||||
$this->seedBuildings();
|
||||
$this->entityManager->flush();
|
||||
|
||||
$this->seedBuildingInfrastructure();
|
||||
$this->entityManager->flush();
|
||||
|
||||
$this->seedBovines($io);
|
||||
$this->seedReceptionTypes();
|
||||
$this->seedBovineTypes();
|
||||
|
||||
Reference in New Issue
Block a user