Closed julbrs closed 5 years ago
Currently the travis.yml file is running a doctrine:schema:create that is creating the schema.
doctrine:schema:create
We must use doctrine:migrations:migrate.
doctrine:migrations:migrate
Currently the travis.yml file is running a
doctrine:schema:create
that is creating the schema.We must use
doctrine:migrations:migrate
.