remotes/1693045480750635534/spooky-22
Aevann1 2022-08-18 21:00:04 +00:00
parent d4435a2a27
commit 0092044c94
1 changed files with 2 additions and 1 deletions

View File

@ -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
);