From aab7597b526ebf60f37b775fee9016956f93001a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 19 Apr 2024 15:29:34 +0200 Subject: [PATCH] run all migration of nothing --- castor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castor.php b/castor.php index 285cf7d..3581d5f 100644 --- a/castor.php +++ b/castor.php @@ -97,5 +97,5 @@ function migrate(): void // io()->title('Migrating the database schema'); // docker_compose_run('bin/console doctrine:database:create --if-not-exists'); - // docker_compose_run('bin/console doctrine:migration:migrate -n --allow-no-migration'); + // docker_compose_run('bin/console doctrine:migration:migrate -n --allow-no-migration --all-or-nothing'); }