Skip to content

Conversation

johanib
Copy link
Contributor

@johanib johanib commented Sep 24, 2025

Prior to this change the init script would not work because the migrations failed.

The migrations failed because the doctrine:schema:create command was used.
This command creates the schema based on the current entity mapping, which is more or less the endpoint of the migrations. So the migrations would fail.

Ideally, doctrine:migrations:migrate would be used instead of d:s:c, but that is out of scope for this pr.

Prior to this change the init script would not work because the migrations failed.
The migrations failed because the `doctrine:schema:create` command was used. This command creates the schema based on the current entity mapping, which is more or less the endpoint of the migrations.
So the migrations would fail. Ideally, `doctrine:migrations:migrate` would be used instead of `d:s:c`, but that is out of scope for this pr.
@baszoetekouw baszoetekouw merged commit 0cfd4b9 into main Sep 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants