feat(command): add command for refresh database

This commit is contained in:
2024-08-02 14:47:23 +02:00
parent 31155efabe
commit 58f43f096a
11 changed files with 404 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
framework:
lock: '%env(LOCK_DSN)%'

View File

@@ -20,5 +20,8 @@ services:
- '../src/Entity/'
- '../src/Kernel.php'
App\Command\RefreshDatabaseCommand:
arguments:
$name: "brilo:refresh-database"
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones