-
Notifications
You must be signed in to change notification settings - Fork 2.8k
create correct down migration for delete_event_trigger action (close #1390) #1391
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
Conversation
|
Review app for commit ac21d0c deployed to Heroku: https://hge-ci-pull-1391.herokuapp.com |
|
@praveenweb is this good to go after the review? |
praveenweb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Review app for commit cb22cc3 deployed to Heroku: https://hge-ci-pull-1391.herokuapp.com |
|
Review app https://hge-ci-pull-1391.herokuapp.com is deleted |
…an expressions (#1391) ### What This PR corrects an issue where model permissions are not applied to models used via relationships in boolean expressions. ### How The permissions are now correctly read out of the GraphQL schema annotations and combined with the query's predicate in `crates/graphql/ir/src/filter.rs`. Existing tests that test relationships in boolean expressions have been updated to test this scenario. V3_GIT_ORIGIN_REV_ID: a6b39ec81695dcfe5a84b40369d04ac26acad7fb
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
#1390
Type
Checklist: