From e2c96075bbf3071858794b14ba60158d55b94ef2 Mon Sep 17 00:00:00 2001 From: Xbird Date: Sat, 8 Oct 2022 00:03:15 +0000 Subject: [PATCH] FIx Migration error --- docker/docker.sh | 2 +- visionversion.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker.sh b/docker/docker.sh index 98d1d34..118f3ce 100644 --- a/docker/docker.sh +++ b/docker/docker.sh @@ -1,4 +1,4 @@ -php bin/console doctrine:database:create +php bin/console doctrine:database:create --if-not-exists --no-interaction php bin/console d:m:m --no-interaction php bin/console cache:clear exec apache2-foreground \ No newline at end of file diff --git a/visionversion.json b/visionversion.json index 779d61a..ca7f766 100644 --- a/visionversion.json +++ b/visionversion.json @@ -1,3 +1,3 @@ { - "version": "0.2.15" + "version": "0.2.16" }