From 39be719eb097003d3cb32d2d719c3c1c020c6f2a Mon Sep 17 00:00:00 2001 From: Laurent Constantin Date: Fri, 31 May 2024 15:48:00 +0200 Subject: [PATCH] Add first migration --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52371531..3a753d65 100644 --- a/composer.json +++ b/composer.json @@ -139,7 +139,7 @@ "mkdir -p data", "rm -f data/database.sqlite", "touch data/database.sqlite", - "@php bin/console doctrine:schema:update --complete --force --env=test -n", + "@php bin/console doctrine:migration:migrate -n --allow-no-migration --env=test", "@php bin/console typesense:create --env=test", "@php bin/console doctrine:fixtures:load --env=test --append -n", "@test-phpunit"