Merge branch 'Xbird/FixError' into 'main'

FIx Migration error

See merge request gamexperience/vision!50
This commit is contained in:
Xbird
2022-10-08 00:03:15 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,3 +1,3 @@
{
"version": "0.2.15"
"version": "0.2.16"
}