remotes/1693045480750635534/spooky-22
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,
private boolean,
views integer,
banaward text,
is_bot boolean
);
@ -205,15 +204,13 @@ CREATE TABLE public.users (
agendaposter boolean,
agendaposter_expires_utc integer DEFAULT 0,
resized boolean,
banawards integer,
patron boolean,
animatedname boolean,
suicide_utc integer,
post_count integer,
comment_count integer,
highres text,
rent_utc integer,
patrontier integer
patron integer
);
@ -260,8 +257,7 @@ CREATE TABLE public.comments (
is_pinned boolean DEFAULT false,
app_id integer,
sentto integer,
shadowbanned boolean,
banaward text
shadowbanned boolean
);