-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
@@ -1,17 +0,0 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be useful to continue to populate the dev environment with data.
"time": "2019-02-06T13:18:04+00:00" | ||
}, | ||
{ | ||
"name": "doctrine/doctrine-cache-bundle", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be an unused hard dependency of doctrine/doctrine-bundle
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened doctrine/DoctrineBundle#958.
$schemaProvider = new Definition(StubSchemaProvider::class); | ||
$schemaProvider->setArgument(0, $schema); | ||
|
||
$diffCommand->setArgument(0, $schemaProvider); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appears to not be an existing way to configure the diff command when not using the ORM. Some of these can be moved into the ContentApiBundle; will open a PR on DoctrineMigrationsBundle to add a setting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened doctrine/DoctrineMigrationsBundle#265, used in
a50156a.
- db | ||
db-schema: | ||
<<: *app | ||
command: > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another option for doctrine:migrations:migrate
is to execute it as part of app
's command
so that it doesn't start until there is a database ready for it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 a74250b
No description provided.