Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-18 23:02:50 +02:00
commit 101e74bff4
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
);