alexislefebvre / AsyncTweetsBundle

Symfony bundle providing a Twitter reader for asynchronous reading + tests & CI experiments
https://asynctweets.alexislefebvre.com/
MIT License
5 stars 0 forks source link

Old tweets can't be deleted anymore #9

Closed alexislefebvre closed 9 years ago

alexislefebvre commented 9 years ago

An exception occurred while executing 'DELETE FROM asynctweets_tweet WHERE id = ?' with params ["…"]:

SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (asynctweetsbundle.asynctweets_tweet, CONSTRAINT FK_6D3A2F1D76F75E85 FOREIGN KEY (retweeted_status_id) REFERENCES asynctweets_tweet (id))

See #1.