Skip to content

Commit

Permalink
Add missing event to the custom SQL type for reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Dec 21, 2023
1 parent 2d8a642 commit 6f10684
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ CREATE TYPE report.event_type AS ENUM (
'audit',
'edited_assignment',
'submission',
'grade'
'grade',
'error_code'
);

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

0 comments on commit 6f10684

Please sign in to comment.