Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes [org/repo/issue#]
QA Steps
ddev drush cron
, confirm no errors.ddev drush cron
, confirm you see the following error outputed[error] SQLSTATE[HY000]: General error: 1411 Incorrect datetime value: '09/07/2017 12:00:00 AM' for function str_to_date: UPDATE "datastore_ada767d52d5d6bd643ca8fba32725402" SET "reactivation_date"=STR_TO_DATE(reactivation_date, :date_format); Array ( [:date_format] => %m/%d/%Y %H:%i:%s %p )
error SQLSTATE[HY000]: General error: 1411 Incorrect datetime value: '09/07/2017 12:00:00 AM' for function str_to_date: UPDATE "datastore_ada767d52d5d6bd643ca8fba32725402" SET "reactivation_date"=STR_TO_DATE(reactivation_date, :date_format); Array ( [:date_format] => %m/%d/%Y %H:%i:%s %p )
ddev drush cron
, confirm no errors.ddev drush cron
, confirm no errors.ddev drush dkan:datastore:drop #resource_id
replacing #resource_id with the resource_id of the distribution. Which can be found usingddev drush dkan:dataset-info
.[notice] Successfully removed the post import job status for resource cc13cf29e76aba01c8bff97789b6fe27
ddev drush cron
, confirm no errors.