Base du projet 'application ticketing'
This commit is contained in:
@ -12,6 +12,9 @@ if [ ! -e "$FIRST_RUN_FLAG_FILE" ]; then
|
||||
echo "Applying database migrations. Please wait..."
|
||||
bin/console doctrine:migrations:migrate --no-interaction
|
||||
|
||||
echo "Loading fixtures. Please wait..."
|
||||
bin/console doctrine:fixtures:load --no-interaction
|
||||
|
||||
touch "$FIRST_RUN_FLAG_FILE"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user