Add Soft Deletes to webhooks config table #182

Closed
opened 2026-02-05 17:14:30 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @notAreYouScared on GitHub (Oct 27, 2024).

Originally assigned to: @lancepioch on GitHub.

Need to add a soft delete to webhooks config table, Using mysql/mariadb and trying to delete a webhook that has sent a payload results in a 500 blocking the delete of the webhook.

(PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 4025 CONSTRAINT webhooks.payload failed for pelican_db.webhooks

Originally created by @notAreYouScared on GitHub (Oct 27, 2024). Originally assigned to: @lancepioch on GitHub. Need to add a soft delete to webhooks config table, Using mysql/mariadb and trying to delete a webhook that has sent a payload results in a 500 blocking the delete of the webhook. (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 4025 CONSTRAINT `webhooks.payload` failed for `pelican_db`.`webhooks`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#182