refs #723. Included script to migrate commands
parent
e7b1444446
commit
8141d581c8
|
@ -69,6 +69,8 @@ docker exec ogcore-php php bin/console doctrine:migrations:migrate --no-interact
|
||||||
```sh
|
```sh
|
||||||
docker exec ogcore-php php bin/console doctrine:fixtures:load --no-interaction
|
docker exec ogcore-php php bin/console doctrine:fixtures:load --no-interaction
|
||||||
docker exec ogcore-php php bin/console app:load-default-user-groups #cargamos los grupos por defecto
|
docker exec ogcore-php php bin/console app:load-default-user-groups #cargamos los grupos por defecto
|
||||||
|
docker exec ogcore-php php bin/console app:load-default commands #cargamos los commands por defecto
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## UX Api Platform
|
## UX Api Platform
|
||||||
|
|
|
@ -89,7 +89,6 @@ class LoadDefaultCommandsCommand extends Command
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue