#!/bin/sh

set -e

if [ "${SKIP_MIGRATIONS:-no}" != "yes" ]; then
  ./bin/console doctrine:schema:update --force
fi