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

Pull through user and role tables to create teacher based reports #202

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

jon-betts
Copy link
Contributor

For:

Requires:

This merges and pulls through:

  • users
  • group_roles
  • organization_roles

DROP MATERIALIZED VIEW IF EXISTS lms.organization_roles CASCADE;

CREATE MATERIALIZED VIEW lms.organization_roles AS (
SELECT FROM (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you are seeing "SELECT FROM" here, the PR hasn't updated. This is a bug I've fixed.

Copy link
Member

@marcospri marcospri left a comment

Choose a reason for hiding this comment

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

Yeah, no reason not to materialize this data now 👍

@jon-betts jon-betts merged commit e93410f into main Apr 18, 2023
@jon-betts jon-betts deleted the teacher-details branch April 18, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants