diff --git a/schema.sql b/schema.sql index 869ce8234..af8df222d 100644 --- a/schema.sql +++ b/schema.sql @@ -143,7 +143,8 @@ CREATE TABLE public.award_relationships ( submission_id integer, comment_id integer, kind character varying(20) NOT NULL, - awarded_utc integer + awarded_utc integer, + granted boolean );