-
-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
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
Fix triggers in remove aggregates tables pr #5451
base: remove-aggregate-tables
Are you sure you want to change the base?
Fix triggers in remove aggregates tables pr #5451
Conversation
Nice, thx. Needs a
EDIT: nm I'll get. |
There is a syntax error somewhere in sql:
Also there was a remaining usage of |
The CI is showing that the trigger: |
i'll try to fix it right now |
#5407
Looks like
BEFORE DELETE
triggers can't update the row that the deletion is for, which happened in the delete_comments_before_post trigger because the comment trigger updates post.comments