forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-20 16:37:48 +02:00
commit 463cf8fdd8
1 changed files with 1843 additions and 1842 deletions

View File

@ -588,7 +588,8 @@ CREATE TABLE public.save_relationship (
id integer NOT NULL,
submission_id integer,
user_id integer,
type integer
type integer,
comment_id integer
);