forked from MarseyWorld/MarseyWorld
Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
commit
a8a4e0e7f1
|
@ -84,7 +84,7 @@ CREATE TABLE public.submissions (
|
|||
private boolean DEFAULT false NOT NULL,
|
||||
views integer DEFAULT 0 NOT NULL,
|
||||
is_bot boolean DEFAULT false NOT NULL,
|
||||
bannedfor character varying(36),
|
||||
bannedfor character varying(40),
|
||||
comment_count integer DEFAULT 0 NOT NULL,
|
||||
club boolean DEFAULT false NOT NULL,
|
||||
stickied character varying(40),
|
||||
|
@ -312,7 +312,7 @@ CREATE TABLE public.comments (
|
|||
is_bot boolean DEFAULT false NOT NULL,
|
||||
app_id integer,
|
||||
sentto integer,
|
||||
bannedfor character varying(36),
|
||||
bannedfor character varying(40),
|
||||
stickied character varying(40),
|
||||
body character varying(10000),
|
||||
body_html character varying(40000),
|
||||
|
|
Loading…
Reference in New Issue