Skip to content

Commit

Permalink
Merge branch 'feature/user_search' of github.com:Amsterdam/fixxx-schu…
Browse files Browse the repository at this point in the history
…ldhulp into feature/user_search
  • Loading branch information
qr committed Dec 2, 2020
2 parents 69820fd + 1883af1 commit 1a981bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/packages/doctrine_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ doctrine_migrations:
'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
storage:
table_storage:
table_name: 'migration_versions'
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ then
php bin/console cache:warmup --env=acceptance
fi

php bin/console doctrine:migrations:sync-metadata-storage --no-interaction
php bin/console doctrine:migrations:migrate --no-interaction

chown -R www-data:www-data var
Expand Down

0 comments on commit 1a981bf

Please sign in to comment.