refs #723. Included script to migrate commands

feature/actions
Manuel Aranda Rosales 2024-09-16 14:31:52 +02:00
parent e7b1444446
commit 8141d581c8
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,8 @@ docker exec ogcore-php php bin/console doctrine:migrations:migrate --no-interact
```sh
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 commands #cargamos los commands por defecto
```
## UX Api Platform

View File

@ -89,7 +89,6 @@ class LoadDefaultCommandsCommand extends Command
$this->entityManager->flush();
return 1;
}
}