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

remotes/1693045480750635534/spooky-22
Aevann1 2022-02-15 00:21:59 +02:00
commit 48088b1702
1 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ CREATE TABLE public.commentvotes (
user_id integer NOT NULL,
app_id integer,
"real" boolean DEFAULT true NOT NULL,
created_utc integer DEFAULT 0 NOT NULL
created_utc integer NOT NULL
);
@ -902,7 +902,7 @@ CREATE TABLE public.votes (
vote_type integer NOT NULL,
app_id integer,
"real" boolean DEFAULT true NOT NULL,
created_utc integer DEFAULT 0 NOT NULL
created_utc integer NOT NULL
);