We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Me again!
If I remove a cronjob and run php bin/console shapecode:cron:scan , I get a database error
php bin/console shapecode:cron:scan
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (mydb.cron_job_result, CONSTRAINT FK_ABC123XYZ FOREIGN KEY (cron_job_id) REFERENCES cron_job (id))
mydb
cron_job_result
FK_ABC123XYZ
cron_job_id
cron_job
id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Me again!
If I remove a cronjob and run
php bin/console shapecode:cron:scan
, I get a database errorThe text was updated successfully, but these errors were encountered: