FIx Migration error

This commit is contained in:
Xbird
2022-10-08 00:03:15 +00:00
parent 80f0d56edf
commit e2c96075bb
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 d:m:m --no-interaction
php bin/console cache:clear php bin/console cache:clear
exec apache2-foreground exec apache2-foreground

View File

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