Skip to content
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(account-block): bug fixes in functions and policies #139

Open
wants to merge 4 commits into
base: beta
Choose a base branch
from

Conversation

sthelemann
Copy link
Contributor

Several functions and policies did not work correctly or could be optimized w.r.t. account blocking.

Several functions and policies did not work correctly or could be optimized w.r.t. account blocking.
@sthelemann sthelemann requested a review from dargmuesli January 31, 2025 09:13
Comment on lines +21 to +23
created_by NOT IN (
SELECT id FROM maevsi_private.account_block_ids()
)
Copy link
Member

@dargmuesli dargmuesli Feb 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these lines be added to the statement in table_guest_policy under event_id IN (SELECT maevsi.events_organized()) for select and update as well?

@dargmuesli dargmuesli changed the title fix(account-blocking): bug fixes in functions and policies fix(account-block): bug fixes in functions and policies Feb 2, 2025
@dargmuesli dargmuesli linked an issue Feb 2, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(account-block): evaluate implementation
2 participants