Skip to content

Commit

Permalink
Update reporting with the new "grade" event type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jul 6, 2023
1 parent ae4aac7 commit 0b58898
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ CREATE TYPE report.event_type AS ENUM (
'deep_linking',
'audit',
'edited_assignment',
'submission'
'submission',
'grade'
);

DROP MATERIALIZED VIEW IF EXISTS report.events CASCADE;
Expand Down

0 comments on commit 0b58898

Please sign in to comment.