pull/142/head
SneedBot 2023-03-15 13:49:41 +00:00
parent dd509a00aa
commit 785ac08460
2 changed files with 11 additions and 2 deletions

View File

@ -984,7 +984,6 @@ CREATE TABLE public.users (
titlecolor character varying(6) NOT NULL,
profileurl character varying(65),
bannerurl character varying(65),
hidevotedon boolean DEFAULT false NOT NULL,
newtab boolean DEFAULT false NOT NULL,
flairchanged integer,
defaultsortingcomments character varying(15) NOT NULL,
@ -1054,7 +1053,8 @@ CREATE TABLE public.users (
event_music boolean,
chudded_by integer,
event_darkmode boolean,
blacklisted_by integer
blacklisted_by integer,
hidevotedon boolean DEFAULT false NOT NULL
);
@ -1860,6 +1860,13 @@ CREATE INDEX fki_sub_subscriptions_sub_fkey ON public.sub_subscriptions USING bt
CREATE INDEX fki_subactions_user_fkey ON public.subactions USING btree (target_user_id);
--
-- Name: fki_submission_sub_fkey; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fki_submission_sub_fkey ON public.submissions USING btree (sub);
--
-- Name: fki_submissions_approver_fkey; Type: INDEX; Schema: public; Owner: -
--

View File

@ -1635,6 +1635,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
('marseycarpwizard',2,'mage magic witch buff muscles swole fish moderator jannie admin wand',1677597536),
('marseycarsuicide',2,'kms suicide kill death car vehicle carbon monoxide co muffler suffocation suffocate',NULL),
('marseycat',2,'fursona skin animal costume furry neko fursuit cat',NULL),
('marseycatcus',2,'cactus plant ouch thorns prickly',1678853995),
('marseycatgirl',2,'uwu waifu anime fursona furry owo weebshit fursuit',NULL),
('marseycatgirl2',2,'anime weebshit',NULL),
('marseycatgirl3',2,'anthro anime weebshit',NULL),
@ -3317,6 +3318,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
('marseyturkeyhappy',2,'bird thanksgiving food dinner yum delicious holiday',NULL),
('marseyturkroach',2,'turk turkish turkroach bug cockroach mehmet erdogan fez roach',NULL),
('marseyturnedon',2,'aroused arousal amorous horny',NULL),
('marseyturtle',2,'turtle tortoise reptile shell',1678852717),
('marseytv',2,'willy wonka telly television',NULL),
('marseytwerking',2,'tailspin animated butt backside dancing spin booty ass dance',NULL),
('marseytwerkingfast',2,'animated bussy booty ass spin',1668477353),