Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
This commit is contained in:
commit
a84dc419f1
1 changed files with 2 additions and 2 deletions
|
@ -346,7 +346,7 @@ CREATE TABLE public.commentvotes (
|
||||||
user_id integer NOT NULL,
|
user_id integer NOT NULL,
|
||||||
app_id integer,
|
app_id integer,
|
||||||
"real" boolean DEFAULT true NOT NULL,
|
"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,
|
vote_type integer NOT NULL,
|
||||||
app_id integer,
|
app_id integer,
|
||||||
"real" boolean DEFAULT true NOT NULL,
|
"real" boolean DEFAULT true NOT NULL,
|
||||||
created_utc integer DEFAULT 0 NOT NULL
|
created_utc integer NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue