forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-30 16:00:17 +00:00
parent 8fd9baae20
commit d8060fa97f
2 changed files with 2 additions and 6 deletions

BIN
image.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -86,7 +86,6 @@ CREATE TABLE public.submissions (
thumburl text, thumburl text,
private boolean, private boolean,
views integer, views integer,
banaward text,
is_bot boolean is_bot boolean
); );
@ -205,15 +204,13 @@ CREATE TABLE public.users (
agendaposter boolean, agendaposter boolean,
agendaposter_expires_utc integer DEFAULT 0, agendaposter_expires_utc integer DEFAULT 0,
resized boolean, resized boolean,
banawards integer,
patron boolean,
animatedname boolean, animatedname boolean,
suicide_utc integer, suicide_utc integer,
post_count integer, post_count integer,
comment_count integer, comment_count integer,
highres text, highres text,
rent_utc integer, rent_utc integer,
patrontier integer patron integer
); );
@ -260,8 +257,7 @@ CREATE TABLE public.comments (
is_pinned boolean DEFAULT false, is_pinned boolean DEFAULT false,
app_id integer, app_id integer,
sentto integer, sentto integer,
shadowbanned boolean, shadowbanned boolean
banaward text
); );