forked from MarseyWorld/MarseyWorld
sneed
parent
b38d15225f
commit
d904559538
11
schema.sql
11
schema.sql
|
@ -176,7 +176,9 @@ CREATE TABLE public.users (
|
|||
queen integer,
|
||||
sharpen integer,
|
||||
lifetimedonated integer NOT NULL,
|
||||
lifetimedonated_visible boolean NOT NULL
|
||||
lifetimedonated_visible boolean NOT NULL,
|
||||
jumpscare integer DEFAULT 0 NOT NULL,
|
||||
zombie integer DEFAULT 0 NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
@ -500,7 +502,8 @@ CREATE TABLE public.emojis (
|
|||
count integer DEFAULT 0 NOT NULL,
|
||||
submitter_id integer,
|
||||
created_utc integer,
|
||||
kind character varying(15) NOT NULL
|
||||
kind character varying(15) NOT NULL,
|
||||
over_18 boolean NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
@ -747,7 +750,8 @@ CREATE TABLE public.orgies (
|
|||
type character varying(8) NOT NULL,
|
||||
data character varying(200) NOT NULL,
|
||||
title character varying(1000) NOT NULL,
|
||||
created_utc integer NOT NULL
|
||||
created_utc integer NOT NULL,
|
||||
end_utc integer
|
||||
);
|
||||
|
||||
|
||||
|
@ -3040,3 +3044,4 @@ ALTER TABLE ONLY public.comments
|
|||
--
|
||||
-- PostgreSQL database dump complete
|
||||
--
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ INSERT INTO public.badge_defs VALUES (17, 'Marsey Artisan', 'Contributed a Marse
|
|||
INSERT INTO public.badge_defs VALUES (18, 'Artisan', 'Contributed to site artwork', NULL);
|
||||
INSERT INTO public.badge_defs VALUES (181, 'INFECTED', 'This user is a mindless zombie.', 1666073382);
|
||||
INSERT INTO public.badge_defs VALUES (182, 'VAXXMAXXED', 'This user is a mindless zombie.', 1666074754);
|
||||
INSERT INTO public.badge_defs VALUES (301, '2023 Spooooooky Marsey Artist', 'Contributed a VERY SCARY Marsey for Halloween 2023!', 1695911099);
|
||||
INSERT INTO public.badge_defs VALUES (85, 'Sigma User', '', NULL);
|
||||
INSERT INTO public.badge_defs VALUES (10, 'Bronze Recruiter', 'Recruited 1 friend to join the site', NULL);
|
||||
INSERT INTO public.badge_defs VALUES (145, 'Amphetamine Aficionado', 'Totally not addicted™', NULL);
|
||||
|
@ -264,7 +265,7 @@ INSERT INTO public.badge_defs VALUES (295, 'August''s August August', 'This user
|
|||
-- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
SELECT pg_catalog.setval('public.badge_defs_id_seq', 300, true);
|
||||
SELECT pg_catalog.setval('public.badge_defs_id_seq', 301, true);
|
||||
|
||||
|
||||
--
|
||||
|
|
|
@ -23,6 +23,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('acab','Classic',2,'cop police antifa'),
|
||||
('adore','Misc',2,'cat love heart adore cute'),
|
||||
('ae','Marsey Alphabet',2,'norwegian letter'),
|
||||
('aevastergann','Misc',2,'corgi dog klenny aevann capybara'),
|
||||
('afroblackjak','Wojak',2,'black afro BIPOC'),
|
||||
('aidanhaleunamused','Misc',2,'trans shooter tranifesto mass murder lgbt'),
|
||||
('albinopepe','Misc',2,'frogposting'),
|
||||
|
@ -126,6 +127,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('blind','Classic',2,'blind emoticon animated can’t see'),
|
||||
('blm','Misc',2,'flag'),
|
||||
('bloomer','Wojak',2,'bloomer hopeful naïve'),
|
||||
('blowjobface','Misc',2,'pony ponies retarded incellover gawk'),
|
||||
('blowkiss','Classic',2,'blow kiss animated emoticon kiss hearts love'),
|
||||
('bluehelmet','Rage',2,'freeze surrounded un meme'),
|
||||
('bluelight','Misc',2,'blue light flashing police cops emergency alert'),
|
||||
|
@ -141,6 +143,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('boomermonster','Wojak',2,'boomer old sunglasses energy drink monster'),
|
||||
('boomerportrait','Wojak',2,'boomer'),
|
||||
('boosterwalking','Misc',2,'game nintendo mario smrpg g stroll jaunt scary retro'),
|
||||
('boredape','Misc',2,'nft worthless stolen'),
|
||||
('bork','Misc',2,'bork bark dog anger rage seethe'),
|
||||
('bork2','Misc',2,'dog bork bark whistle'),
|
||||
('bounce','Classic',2,'bounce emoticon animated jump bouncy'),
|
||||
|
@ -206,6 +209,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('capyexcited','Capy',2,'excitement capybara bouncing jumping aevann bounce yay animated'),
|
||||
('capyfunpolice','Capy',2,'no enjoyment cop dead carp kill'),
|
||||
('capygay','Capy',2,'aevann pride rainbow'),
|
||||
('capyghost','Capy',2,'homoween halloween spooky spectre dead died rip egypt haunt'),
|
||||
('capygigabrain','Capy',2,'capybara aevann smart intelligent codecel brain'),
|
||||
('capygitcommit','Capy',2,'capy aevann'),
|
||||
('capyglitter','Capy',2,'aevann capybara sparkles stylish bling rodent'),
|
||||
|
@ -233,6 +237,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('capysuezcanal','Capy',2,'capy suez canal egypt ship blockage sexy'),
|
||||
('capytcd','Capy',2,'aevann carp clutch kill murder death'),
|
||||
('capytrans','Capy',2,'capy aevann egypt king trans code program'),
|
||||
('capytranswitch','Capy',2,'homoween mtf programmersocks'),
|
||||
('capywalking','Capy',2,'capybara animated aevann'),
|
||||
('capyzoomer','Capy',2,'capy zoomer gen z'),
|
||||
('caret','Marsey Alphabet',2,'^'),
|
||||
|
@ -301,6 +306,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('carpdisagree','Carp',2,'no shake animated'),
|
||||
('carpdisagreefast','Carp',2,'no shakehead wrong'),
|
||||
('carpdracula','Carp',2,'vampire'),
|
||||
('carpdusclops','Carp',2,'pokemon ghost'),
|
||||
('carpeffigy','Carp',2,'blairwitchproject effigy voodoodoll'),
|
||||
('carpeggirl','Carp',2,'trans train crack'),
|
||||
('carpeldritch','Carp',2,'eldritch carpathianflorist fish cthulhu hplovecraft horror ghost'),
|
||||
|
@ -322,6 +328,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('carpgossip','Carp',2,'tea talk phone besties'),
|
||||
('carpgyarados','Carp',2,'pokemon magikarp'),
|
||||
('carphacker','Carp',2,'computer laptop code'),
|
||||
('carphalloweencostume','Carp',2,'marsey spooky trick treat pumpkin october cute'),
|
||||
('carpheart','Carp',2,'heart'),
|
||||
('carphearts','Carp',2,'love carpathianflorist fish'),
|
||||
('carphesright','Carp',2,'agree validate'),
|
||||
|
@ -372,11 +379,14 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('carpprotest','Carp',2,'sign fish mad carpathianflorist sign admin jannie'),
|
||||
('carpprotestno','Carp',2,'sign'),
|
||||
('carpprotestyes','Carp',2,'sign'),
|
||||
('carppunch','Carp',2,'jannie ban fist speedlines buff'),
|
||||
('carpraging','Carp',2,'animated mad angry'),
|
||||
('carprain','Carp',2,'cloud sad depressed'),
|
||||
('carprapeface','Carp',2,'carp rape anger lust rage mad spongebob pissed'),
|
||||
('carprentfree','Carp',2,'fish bard stochiastic moderator jannie carpathianflorist fish'),
|
||||
('carpreplacement','Carp',2,'shoddy patched stitched toy doll plushie stuffing substitute surrogate'),
|
||||
('carprigomortis','Carp',2,'carp dead death fat'),
|
||||
('carproadkill','Carp',2,'carp dead death sleep snooze'),
|
||||
('carprobot','Carp',2,'metal bot android scifi electric'),
|
||||
('carpsad','Carp',2,'depressed'),
|
||||
('carpsalat','Carp',2,'prayer muslim islam rug'),
|
||||
|
@ -390,6 +400,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('carpshy','Carp',2,'embarrassed blush fish carpathianflorist'),
|
||||
('carpsick','Carp',2,'ill scarf cold'),
|
||||
('carpsick2','Carp',2,'fish scarf ill thermometer carpathianflorist useragent'),
|
||||
('carpslap','Carp',2,'gay jannie ban speedlines rainbow buff'),
|
||||
('carpsleeping','Carp',2,'fish zzz bored administrator moderator carpathianflorist jannie tired'),
|
||||
('carpsmug','Carp',2,'brag'),
|
||||
('carpsmuggler','Misc',2,'smuggler psst contraband bootleg rigged bribe cheating conspiracy fed corrupt entrapment trenchcoat fedora'),
|
||||
|
@ -842,6 +853,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('foreveralone','Rage',2,'alone lonely'),
|
||||
('foreveralonehappy','Rage',2,'alone lonely happy'),
|
||||
('francis','Misc',2,'skeptical hmm'),
|
||||
('fritzduke','Misc',2,'crow bird cartoon'),
|
||||
('froth','Misc',2,'froth seethe angry ugh frothing sneed'),
|
||||
('frown','Classic',2,'frown emoticon sad upset'),
|
||||
('fuckboy','Classic',2,'biting fuckboi'),
|
||||
|
@ -1025,6 +1037,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('kenjak','Wojak',2,'kenough barbie'),
|
||||
('keyeddab','Misc',2,'dabbing pepe'),
|
||||
('keyeddance','Misc',2,'bateman dancing americanpsycho christianbale'),
|
||||
('khazarmilkers','Misc',2,'milkies boobies titties'),
|
||||
('kick','Classic',2,'kick animated emoticon fight fall'),
|
||||
('kiddykongdrums','Donkey Kong',2,'music dk donkeykong'),
|
||||
('kiddykongfall','Donkey Kong',2,'stupid dumb bored dk donkeykong'),
|
||||
|
@ -1163,6 +1176,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marsey69','Marsey',2,'6ix9ine snitch tattooed tattoos rapper'),
|
||||
('marsey7o7','Marsey',2,'seven 7o7 7 oh rainbow star'),
|
||||
('marsey808s','Marsey',2,'kanye 808s and heartbreak'),
|
||||
('marsey911','Marsey',2,'twintowers terrorism osamabinladen alqaeda september'),
|
||||
('marsey911roofer','Marsey',2,'bum homeless dirty news notes notice'),
|
||||
('marseyaaa','Marsey',2,'argh yargh ahhh scream shout mouth open fear scared afraid horror'),
|
||||
('marseyaaajumpscare','Marsey',2,'argh yargh ahhh scream shout mouth open fear scared afraid horror escape bounce'),
|
||||
|
@ -1171,6 +1185,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyaaatremble','Marsey',2,'argh yargh ahhh scream shout mouth open fear scared afraid horror shake triggered'),
|
||||
('marseyabandoned','Marsey',2,'box container rejected dirty cardboard homeless'),
|
||||
('marseyaborted','Marsey',2,'fetus abort aborted blood puddle death pregnancy pregnant loss help'),
|
||||
('marseyabyss','Marsey',2,'blackhole brain retard stupid wojak'),
|
||||
('marseyaceofspades','Marsey',2,'asexual volcel cards'),
|
||||
('marseyadeptusmechanicus','Marsey',2,'warhammer 40k adeptus mechanicus'),
|
||||
('marseyadmire','Marsey',2,'pepe apu peepo blush appreciate admire flushed smitten'),
|
||||
|
@ -1265,6 +1280,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyaustralian','Marsey',2,'beer fosters mate hat gday crikey oz'),
|
||||
('marseyauthleft','Marsey',2,'marxist ussr marxism ccp communist khmer rouge leftoid communism juche'),
|
||||
('marseyauthright','Marsey',2,'rightoid national socialism ss national socialist nazi wehrmacht hitler fascist'),
|
||||
('marseyauthrightill','Marsey',2,'nazi german gun rifle'),
|
||||
('marseyautism','Marsey',2,'retarded neurodivergent hat sped aspergers'),
|
||||
('marseyautismcap','Marsey',2,'retard sperg blue hat king dropped'),
|
||||
('marseyautismchonker','Marsey',2,'fat obese retarded hat autistic neurodivergent'),
|
||||
|
@ -1331,6 +1347,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseybardlight','Marsey',2,'tranny mulvaney budlight beer budlite'),
|
||||
('marseybarrel','Marsey',2,'barrel container beer bar alcohol'),
|
||||
('marseybarreldrunk','Marsey',2,'barrel container beer bar alcohol drunk'),
|
||||
('marseybarrier','Marsey',2,'concrete bollard roadblock'),
|
||||
('marseybased','Marsey',2,'basado king chiobu redpilled reaction animated'),
|
||||
('marseybat','Marsey',2,'bat spooky wings'),
|
||||
('marseybat2','Marsey',2,'bat scary wings flying vampire'),
|
||||
|
@ -1378,6 +1395,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseybeaver','Marsey',2,'canada canuck canadian'),
|
||||
('marseybedsick','Marsey',2,'illness plague fever pillow'),
|
||||
('marseybee','Marsey',2,'bee honey honeybee insect fly honeypot pollinate pollen animated'),
|
||||
('marseybeefcake','Marsey',2,'beefcake muscle twink twunk hot strong flex'),
|
||||
('marseybeekeeper','Marsey',2,'bee beekeeper honey honeybee insect honeypot apiary apiculture pollinate pollen'),
|
||||
('marseybeesfast','Marsey',2,'wiggler keffals animated'),
|
||||
('marseybeewiggler','Marsey',2,'wiggler bee keffals animated'),
|
||||
|
@ -1544,6 +1562,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseycarsuicide','Marsey',2,'kms suicide kill death car vehicle carbon monoxide co muffler suffocation suffocate'),
|
||||
('marseycat','Marsey',2,'fursona skin animal costume furry neko fursuit cat'),
|
||||
('marseycatbert','Marsey',2,'dilbert scottadams humanresources corporate'),
|
||||
('marseycatbert2','Marsey',2,'dilbert scott adams chud comics human resources hr famous'),
|
||||
('marseycatcus','Marsey',2,'cactus plant ouch thorns prickly'),
|
||||
('marseycatdog','Marsey',2,'nickelodeon cartoon chimera hybrid nicktoons'),
|
||||
('marseycatdog2','Marsey',2,'catdog dog wolf zombiewolf cartoon 90s'),
|
||||
|
@ -1556,6 +1575,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseycatgirlhomofascist','Marsey',2,'catgirl girl anthro moe detailed anime homofascist homofascism gay nazi pride lgbt fascism'),
|
||||
('marseycatgirljanny','Marsey',2,'anime maid weebshit'),
|
||||
('marseycatpanties','Marsey',2,'cute valentine dirty panties naughty horny rapey'),
|
||||
('marseycatwithhands1','Marsey',2,'cat hands grimm horror homoween creepy'),
|
||||
('marseycatwithhands2','Marsey',2,'cat hands feet grimm horror homoween creepy chasing'),
|
||||
('marseycaveman','Marsey',2,'caveman prehistoric neanderthal primitive tribal'),
|
||||
('marseycdm','Marsey',2,'curseddankmemes'),
|
||||
('marseycdm7','Marsey',2,'dankmemes cursed curseddankmemes cdm'),
|
||||
|
@ -1597,6 +1618,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseycheem','Marsey',2,'cheem cheems marsey cheemsdog'),
|
||||
('marseycheemsdog','Marsey',2,'cheems dog dutch crazy flag'),
|
||||
('marseycheers','Marsey',2,'toast alcohol wine liquor suit bowtie raised glass gatsby'),
|
||||
('marseycheers2','Marsey',2,'toast fancy champagne drink alcohol'),
|
||||
('marseycheerup','Marsey',2,'pat animated depressed comforting grieving reaction depression there there console comfort pet'),
|
||||
('marseycheerupretard','Marsey',2,'sad special neurodivergent pat pet saliva stupid brain'),
|
||||
('marseycheesehead','Marsey',2,'packers greenbay green bay football'),
|
||||
|
@ -1698,6 +1720,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyclueless','Marsey',2,'dumb stupid hmm uhuh uh huh smug today i will todayiwill'),
|
||||
('marseycoal','Marsey',2,'christmas naughty santa cigarette present gift holiday doom'),
|
||||
('marseycocaine','Marsey',2,'coke drugs snort insufflate tweak stim white powder euphoria high trip animated'),
|
||||
('marseycockvore','Marsey',2,'sandycheeks penis dick furry futa'),
|
||||
('marseycocomelon','Marsey',2,'tiktok coco cocomelon melon lollipop candy baby'),
|
||||
('marseycodecel','Marsey',2,'coder coding coode aevann programming python developer'),
|
||||
('marseycodegeass','Marsey',2,'geass anime weeb chapose japan chink animated'),
|
||||
|
@ -1716,6 +1739,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseycommitted','Marsey',2,'psycho crazy insane straitjacket asylum reaction loony bin straightjacket'),
|
||||
('marseycomplain','Marsey',2,'stop train posting whine tranny janny troon notice'),
|
||||
('marseycomrade','Marsey',2,'marxist ussr ccp communist authleft communism juche soviet kgb idio3 idio'),
|
||||
('marseycomradecry','Marsey',2,'communist communism commie'),
|
||||
('marseycomradehandshake','Marsey',2,'ussr russia communist shaking hand communism soviet'),
|
||||
('marseyconeofshame','Marsey',2,'sick surgery vet'),
|
||||
('marseyconfused','Marsey',2,'questionmark reaction question mark idgi confusion'),
|
||||
|
@ -1828,12 +1852,14 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseydeadpooner','Marsey',2,'trans ftm aiden corpse murder killed vengeance audreyhale xim xhim xhe'),
|
||||
('marseydealwithit','Marsey',2,'cool shades sunglasses reaction animated'),
|
||||
('marseydeathpose','Marsey',2,'griffin family dead broken'),
|
||||
('marseydecayed','Marsey',2,'evil spooky scary halloween dead zombie'),
|
||||
('marseydeception','Marsey',2,'lies lying misinformation provoke internet troll'),
|
||||
('marseydefenestration','Marsey',2,'suicide window jump kill murder kms jump out window death die defenestrate'),
|
||||
('marseydefense','Marsey',2,'southpark black chewbacca starwars defense'),
|
||||
('marseydejected','Marsey',2,'sad dissapointed depressed disgusted dejected'),
|
||||
('marseydelighted','Marsey',2,'happy smile cute cheeks sketchy blep buddhist'),
|
||||
('marseydemiurge','Marsey',2,'gnostic gnosticism demiurge'),
|
||||
('marseydemon','Marsey',2,'demon spooky halloween'),
|
||||
('marseydemonicgrin','Marsey',2,'evil wicked horror teeth'),
|
||||
('marseydemopped','Marsey',2,'jannie janitor mod'),
|
||||
('marseydenji','Marsey',2,'denji anime chainsawman tatsuki fujimoto blonde uniform manga pochita'),
|
||||
|
@ -1933,6 +1959,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyeaglerider','Marsey',2,'flying riding eagle america usa united states freedom liberty flying soaring bird'),
|
||||
('marseyearrape','Marsey',2,'breakcore goreshit headphones noisecore'),
|
||||
('marseyeaster','Marsey',2,'easter bunny rabbit hare pepe'),
|
||||
('marseyeatingbeans','Marsey',2,'devouring happy'),
|
||||
('marseyecstatic','Marsey',2,'ecstatic happy creepy smile'),
|
||||
('marseyedelgard','Marsey',2,'fireemblem anime weeb fantasy nintendo princess'),
|
||||
('marseyedelgard2','Marsey',2,'princess fireemblem nintendo anime weeb videogame'),
|
||||
|
@ -1946,6 +1973,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyeh','Marsey',2,'canada canadian leafistan trudeau rake south park '),
|
||||
('marseyelbows','Marsey',2,'marsey johnny elbows'),
|
||||
('marseyeldritch','Marsey',2,'lovecraft horror halloween tentacles holiday scary monster'),
|
||||
('marseyeldritchnutlong','Marsey',2,'monster penis cum orgasm'),
|
||||
('marseyelephant','Marsey',2,'oliphant dumbo'),
|
||||
('marseyelisabeth','Marsey',2,'bathory vampire blood countess queen black dress blonde hair umbrella anime jrpg blacksouls'),
|
||||
('marseyelli','Marsey',2,'marsey elli doki literature club poem sayori wpd suicide'),
|
||||
|
@ -2456,6 +2484,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyharrierdubois','Marsey',2,'detective drunk vidya game'),
|
||||
('marseyhatecrime','Marsey',2,'jussie smollett racist homophobic hoax rope bleach chlorine maga hat suicide lynch juicy'),
|
||||
('marseyhatium','Marsey',2,'mad fury furious pissed hatred rage angry maddened infuriated hateful hatefuel'),
|
||||
('marseyhaunter','Marsey',2,'pokemon ghost'),
|
||||
('marseyhawaii','Marsey',2,'boomer margarita drink chill relaxed'),
|
||||
('marseyhead','Marsey',2,'blood spurting headless horror halloween animated'),
|
||||
('marseyheadcrab','Marsey',2,'zombie brain alien parasite valve game half life'),
|
||||
|
@ -2484,6 +2513,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyhijab','Marsey',2,'hijab reading islam jihad muslim allah quran koran'),
|
||||
('marseyhillary','Marsey',2,'president her turn hilary killary hilldawg clinton'),
|
||||
('marseyhillarybackstab','Marsey',2,'clinton hilary arkanicide knife stabbing kill murder seth rich death'),
|
||||
('marseyhippiecry','Marsey',2,'hippy weed'),
|
||||
('marseyhippo','Marsey',2,'hippopotamus hippo fursona furry skin animal costume fursuit'),
|
||||
('marseyhissing','Marsey',2,'hiss angry threatened threatening fangs mouth'),
|
||||
('marseyhitler','Marsey',2,'adolf adolph nazi germany kraut axis mustache genocide dictator authright chud conservative trump gas'),
|
||||
|
@ -2791,6 +2821,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseylickinglips','Marsey',2,'yummy tasty delicious'),
|
||||
('marseylifeadvice','Marsey',2,'marsey speechbubble advice kys'),
|
||||
('marseylifting','Marsey',2,'workout muscular work out bench swole working out gains benchpress weightlifting weights muscles'),
|
||||
('marseylincolnchad','Marsey',2,'president abraham'),
|
||||
('marseylion','Marsey',2,'fursona furry fursuit leo george mountain spokane feed trailerparkbride'),
|
||||
('marseylion2','Marsey',2,'lion cat bigcat predator mane mufasa simba king prideland pride'),
|
||||
('marseylion3','Marsey',2,'animated flippers wave fins waving mermaid'),
|
||||
|
@ -2819,6 +2850,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseylongpost2','Marsey',2,'tldr reaction wall of text scrolling wordswordswords animated words judgment'),
|
||||
('marseylongpostglow','Marsey',2,'animated pippy glow fedpost longpost words mad angry rage wtf green chud fbi mossad fed atf police reaction scrolling'),
|
||||
('marseylongsurfing','Marsey',2,'surf surfing water ocean long surfboard'),
|
||||
('marseyloona','Marsey',2,'hellhound dog hazbinhotel boss furry goth'),
|
||||
('marseyloss','Marsey',2,'isthis meme comic webcomic hospital ethan tim buckley'),
|
||||
('marseylouisiana','Marsey',2,'state cajun usa map crawfish southern gulf poverty mississippi orleans mardi gras'),
|
||||
('marseylovecraft','Marsey',2,'eldritch horror niggerman cat hp tentacle insane halloween'),
|
||||
|
@ -2839,6 +2871,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseymabel','Marsey',2,'black dress blue hair stars girl blacksouls jrpg anime'),
|
||||
('marseymacarthur','Marsey',2,'nuke missile nuclear bomb history'),
|
||||
('marseymacgyver','Marsey',2,'macgyver margyver macgruber diy homemade handy jerryrig juryrig improvised makeshift crafty ingenious inventive slick'),
|
||||
('marseymacholegs','Marsey',2,'leg legs foot feet muscle lift strong hot flex macho'),
|
||||
('marseymad','Marsey',2,'pissed annoyed furious reaction angry irritated livid'),
|
||||
('marseymadje','Marsey',2,'juicebox juice box madje marsey'),
|
||||
('marseymagahat','Marsey',2,'trump 5200 maga american president election vote nazi hat'),
|
||||
|
@ -2964,6 +2997,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseymonkeypaw','Marsey',2,'wish ironic'),
|
||||
('marseymononoke','Marsey',2,'anime japanese miyazaki ghibli asian cartoon princess character fictionnal ashitaka san wild wolf nature'),
|
||||
('marseymonstercocklaugh','Marsey',2,'laugh dick cock penis big monster'),
|
||||
('marseymonstrosity','Marsey',2,'scary halloween disgusting putrid spider insect horror monster creepy'),
|
||||
('marseymooncricket','Marsey',2,'marsey black cricket moon bug dancing rave party singing animated nigger coon jiggaboo'),
|
||||
('marseymoonshine','Marsey',2,'alcohol hick drunk booze drink illegal prohibition'),
|
||||
('marseymoose','Marsey',2,'moosin antlers'),
|
||||
|
@ -3239,6 +3273,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseypoggers','Marsey',2,'poggies twitch meme quagmire jawdropping shock surprise'),
|
||||
('marseypoint','Marsey',2,'mad angry look show'),
|
||||
('marseypoint2','Marsey',2,'backwards look showing'),
|
||||
('marseypojom','Marsey',2,'roomba beep therobotisstuck vacuum alarm pizzashill'),
|
||||
('marseypokerface','Marsey',2,'small eyes reaction stare unreadable beady eyes'),
|
||||
('marseypolarbear','Marsey',2,'bear polar cold white arctic ice'),
|
||||
('marseypolyamory','Marsey',2,'threesome 3some degenerate polycule slut whore std sex soy animated'),
|
||||
|
@ -3291,6 +3326,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseypumpkincloak','Marsey',2,'costume halloween holiday'),
|
||||
('marseypumpking','Marsey',2,'jackolantern jack o lantern halloween holiday'),
|
||||
('marseypumpkinglow','Marsey',2,'halloween drama holiday jack o lantern animated'),
|
||||
('marseypumpkinvampire','Marsey',2,'pumpkin candy vampire halloween homoween'),
|
||||
('marseypunched','Marsey',2,'pepe apu peepo punch punched fist hit beaten'),
|
||||
('marseypunching','Marsey',2,'battle squaring up hit square up boxer fight throwdown reaction boxing fistfight fighting'),
|
||||
('marseypunished','Marsey',2,'punished venom snake metal gear solid kojima eyepatch'),
|
||||
|
@ -3300,8 +3336,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseypureevil','Marsey',2,'satan evil demon pointy horns'),
|
||||
('marseypusheen','Marsey',2,'grey gray'),
|
||||
('marseypusheen2','Marsey',2,'pusheen animated meme cute'),
|
||||
('marseypussy','Marsey',2,'vagina bleed girl female bio foid'),
|
||||
('marseypussyhat','Marsey',2,'feminist feminism activism activist protester protesting foid gussy woman birthing person roasty roastie thot slut whore'),
|
||||
('marseypussysmug','Marsey',2,'woman foid cunt vagina kitty snatch female'),
|
||||
('marseyputin','Marsey',2,'vladimir russian kgb moscow ukraine dictator leader'),
|
||||
('marseypyramidhead','Marsey',2,'silenthill pyramidhead killer monster murder horror death'),
|
||||
('marseyqatarworldcup','Marsey',2,'soccer football sports muslim islam allah sand bipoc robe ghost'),
|
||||
|
@ -3329,6 +3365,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyraccoonshock','Marsey',2,'raccoon coon wootfatigue trash panda garbage shock surprise'),
|
||||
('marseyraccoontrouble','Marsey',2,'raccoon coon wootfatigue trouble smug garbage panda trash'),
|
||||
('marseyracist','Marsey',2,'racing vroom racecar bigot reaction'),
|
||||
('marseyracistcheck','Marsey',2,'racist check skin color family guy'),
|
||||
('marseyracistcheck2','Marsey',2,'racist check skin color family guy'),
|
||||
('marseyracistgrandpa','Marsey',2,'thanksgiving fuck nigger holiday'),
|
||||
('marseyradfem','Marsey',2,'chonker feminist radical radfem sjw terf fat obese blue hair bluehair feminism'),
|
||||
('marseyradioactive','Marsey',2,'nuclear waste chernobyl radiation geiger'),
|
||||
|
@ -3376,6 +3414,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyregistration','Marsey',2,'register note retard writing glasses'),
|
||||
('marseyregular','Marsey',2,'marsey regular normal content'),
|
||||
('marseyreich','Marsey',2,'nazi pol authright fuhrer hitler fascist'),
|
||||
('marseyreichcry','Marsey',2,'nazi hitler chud'),
|
||||
('marseyreindeer2','Marsey',2,'santa christmas rudolf holiday'),
|
||||
('marseyreindeer3','Marsey',2,'rudolf dasher dancer prancer vixen comet cupid donner blitzen santa sleigh sled christmas winter holiday'),
|
||||
('marseyreindeer4','Marsey',2,'rudolf dasher dancer prancer vixen comet cupid donner blitzen santa sleigh sled christmas winter holiday'),
|
||||
|
@ -3545,6 +3584,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyseethe','Marsey',2,'dilate mask crying seething smug cope'),
|
||||
('marseyseizure','Marsey',2,'seizing seizure epilepsy epileptic frothing triggered shaking spasm spaz knockout pissing incontinent unconscious'),
|
||||
('marseyselfflagellation','Marsey',2,'whip white guilt hate sin mayo liberal catholic'),
|
||||
('marseyselfsuck','Marsey',2,'autofellatio'),
|
||||
('marseysephiroth','Marsey',2,'ff7 ffvii final fantasy vidya video game gamer gaming villain sword'),
|
||||
('marseyseppuku','Marsey',2,'suicide japanese east asian army blade sword death'),
|
||||
('marseyseven','Marsey',2,'vidya gamer gaymer video game assassin hitman'),
|
||||
|
@ -3707,6 +3747,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseysow','Marsey',2,'farmer suspenders strawhat sowing seeds'),
|
||||
('marseysoy3','Marsey',2,'marsey soy marsoy soyjak wholesomejak wholesome'),
|
||||
('marseysoycry','Marsey',2,'angry crying soy '),
|
||||
('marseysoycry2','Marsey',2,'seethe'),
|
||||
('marseysoycrytremble','Marsey',2,'shaking libtard magatard reeeeeeeee woke sjw fragile weak low testosterone animated'),
|
||||
('marseysoyhype','Marsey',2,'soyboy soybeard nerd marsey excited wojak cuck'),
|
||||
('marseysoyjak','Marsey',2,'soy wojak soyjak soyjack nerd numale redditor'),
|
||||
|
@ -3757,6 +3798,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseysrdine','Marsey',2,'fisherman reaction fish canned fishing'),
|
||||
('marseysrdine2','Marsey',2,'can animated reaction fish knife chop sardine'),
|
||||
('marseyssflag','Marsey',2,'superstraight cishetero straggot pride'),
|
||||
('marseystabby','Marsey',2,'stabby stab knife spooky skull halloween'),
|
||||
('marseystainedglass','Marsey',2,'christian church cross religion'),
|
||||
('marseystalin','Marsey',2,'tankie authleft ussr russia communism socialism marxist commie soviet proletariat marxism marxist leninist leninism revolution bolshevik'),
|
||||
('marseystamp','Marsey',2,'letter envelope fed postal collect snail mail'),
|
||||
|
@ -3896,7 +3938,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseytiny3','Marsey',2,'tiny small shrinking pixel'),
|
||||
('marseytiny4','Marsey',2,'tiny small shrinking pixel'),
|
||||
('marseytiny5','Marsey',2,'marsey tiny pixel upscaled'),
|
||||
('marseytlop','Marsey',2,'kanye life pablo tlop yeezy yeezus'),
|
||||
('marseytlsm','Marsey',2,'snake sex mating janny codecel tlsm schizocel'),
|
||||
('marseytnt','Marsey',2,'marsey tnt minecraft boom mine craft explosive explosion dynamite'),
|
||||
('marseytoad','Marsey',2,'toad smb mushroom cucked papermario mariorpg'),
|
||||
|
@ -3934,6 +3975,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseytransrentfree','Marsey',2,'transgender lgbt rent free wojak chud'),
|
||||
('marseytranstheyreright','Marsey',2,'soyjak party hang rope suicide kys femboy cute twink fag dead dying tongue blue pink'),
|
||||
('marseytranswizard','Marsey',2,'wand spell magic wizard rope'),
|
||||
('marseytrapper','Marsey',2,'halloween dbd killer machete blood mask'),
|
||||
('marseytree','Marsey',2,'tree nature outdoors cosplay'),
|
||||
('marseytrickortreat','Marsey',2,'candy trick or treat halloween holiday'),
|
||||
('marseytrickrtreat','Marsey',2,'halloween horror mask sam'),
|
||||
|
@ -4153,6 +4195,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('marseyxmr','Marsey',2,'cryptocurrency monero money happy heart'),
|
||||
('marseyxoxo','Marsey',2,'hearts wave flirt loving love animated kiss'),
|
||||
('marseyyakub','Marsey',2,'black bipoc ni supremacist ye kanye big brain gold chain hood gang'),
|
||||
('marseyyaranaika','Marsey',2,'gay sex weeb'),
|
||||
('marseyyarn','Marsey',2,'code program socks npm yarn build make string animated'),
|
||||
('marseyyass','Marsey',2,'queen reaction fds slay girlboss kween'),
|
||||
('marseyyawn','Marsey',2,'zzz boring tired sleepy bored'),
|
||||
|
@ -4341,7 +4384,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('party','Classic',2,'party animated emoticon balloon'),
|
||||
('party2','Classic',2,'dancing celebration celebrate'),
|
||||
('party3','Classic',2,'celebrating celebrate celebration streamer'),
|
||||
('patrickmisinformation','Misc',2,'patrick spongebob disinformation malindormation'),
|
||||
('patrickroasted','Misc',2,'spongebob squidward'),
|
||||
('patting','Classic',2,'patting animated emoticon comfort'),
|
||||
('patyl','Platy',2,'quper platypus mersya wombiezolf doodle'),
|
||||
|
@ -4733,6 +4775,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('stfu','Classic',2,'stfu animated emoticon shut up quiet angry enraged sign'),
|
||||
('stoning','Misc',2,'muslim stoning animated'),
|
||||
('stoningbans','Misc',2,'muslim stoning bans throw animated'),
|
||||
('stoningbibles','Misc',2,'holy religion throw'),
|
||||
('stoningdownvotes','Misc',2,'muslim stoning throw downvotes animated'),
|
||||
('stoninggarlic','Misc',2,'muslim stoning animated vampire downvote throw toss'),
|
||||
('stoningpills','Misc',2,'muslim pills stoning meds animated'),
|
||||
|
@ -4989,6 +5032,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
|
|||
('wolftear','Wolf',2,'tear'),
|
||||
('wolfthink','Wolf',2,'think arrow bow'),
|
||||
('wolfthumbsup','Wolf',2,'thumbsup positive'),
|
||||
('wolfthumbsupalive','Wolf',2,'living resurrected'),
|
||||
('wolftinfoil','Wolf',2,'tinfoil'),
|
||||
('wolftotodile','Wolf',2,'pixel pokemon nintendo gameboy'),
|
||||
('wolftrans','Wolf',2,'trans'),
|
||||
|
|
|
@ -1067,6 +1067,8 @@ INSERT INTO public.hat_defs VALUES (1335, 'DoubleAntichrist', 'United United Nat
|
|||
INSERT INTO public.hat_defs VALUES (1334, 'Quindarious Gooch', 'Rent''s due', 2, 500, NULL, 1693542770);
|
||||
INSERT INTO public.hat_defs VALUES (1241, 'Floyette Originals (blue)', 'Is that really to keep the sun out of your eyes, or are you just extra?', 2, 500, NULL, 1687287039);
|
||||
INSERT INTO public.hat_defs VALUES (1240, 'Floyette Originals (purple)', 'Looking very stylish with your fancy cowboy hat.', 2, 500, NULL, 1687286967);
|
||||
INSERT INTO public.hat_defs VALUES (1339, 'The Wiggler', 'Gonna catch that dot!', 2, 1000, NULL, 1695952069);
|
||||
INSERT INTO public.hat_defs VALUES (1342, 'The Destoryer Carbine', 'I love getting my Carbine Destroyed so much!!', 2, 500, NULL, 1696248773);
|
||||
INSERT INTO public.hat_defs VALUES (1322, 'Butthead', '"Eh, this website sucks, ehuhuh ehuhuh."', 2, 500, NULL, 1692085079);
|
||||
INSERT INTO public.hat_defs VALUES (1321, 'Beavis', '"GIVE ME TP FOR MY BUNGHOLE!"', 2, 500, NULL, 1692085009);
|
||||
INSERT INTO public.hat_defs VALUES (1320, 'The Master', '"So what shall it be? Do you join the Unity, or do you die here? Join! Die! Join! Die!"', 2, 500, NULL, 1691983112);
|
||||
|
@ -1105,13 +1107,14 @@ INSERT INTO public.hat_defs VALUES (1271, 'Fire Aura', 'RELEASE YOUR INNER RAGE!
|
|||
INSERT INTO public.hat_defs VALUES (1270, 'Dark Aura', 'Let your inner troll OUT!', 2, 500, NULL, 1687832646);
|
||||
INSERT INTO public.hat_defs VALUES (1269, 'Rainbowfriends Hat', 'This user is special needs. No ands ifs or buts about it.', 2, 500, NULL, 1687832169);
|
||||
INSERT INTO public.hat_defs VALUES (1336, 'TripleAntichrist', 'There once was a man feeling blue, who stacked helmets: not one but two. He added a third, which seemed quite absurd. His cat said "This headache''s for you!"', 2, 500, NULL, 1694405435);
|
||||
INSERT INTO public.hat_defs VALUES (1341, 'Notification', 'Groomercord and it''s consequences, have been a disaster for the human race.', 2, 500, NULL, 1696247923);
|
||||
|
||||
|
||||
--
|
||||
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1338, true);
|
||||
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1342, true);
|
||||
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue