pull/215/head
SneedBot 2023-10-06 20:58:28 +00:00
parent d0b82db78e
commit 40420b4bd4
3 changed files with 9 additions and 7 deletions

View File

@ -178,8 +178,7 @@ CREATE TABLE public.users (
lifetimedonated integer NOT NULL, lifetimedonated integer NOT NULL,
lifetimedonated_visible boolean NOT NULL, lifetimedonated_visible boolean NOT NULL,
jumpscare integer DEFAULT 0 NOT NULL, jumpscare integer DEFAULT 0 NOT NULL,
zombie integer DEFAULT 0 NOT NULL, zombie integer DEFAULT 0 NOT NULL
king integer
); );
@ -455,8 +454,7 @@ CREATE TABLE public.comments (
ping_cost integer NOT NULL, ping_cost integer NOT NULL,
rainbowed boolean NOT NULL, rainbowed boolean NOT NULL,
queened boolean NOT NULL, queened boolean NOT NULL,
sharpened boolean NOT NULL, sharpened boolean NOT NULL
golden boolean NOT NULL
); );
@ -805,8 +803,7 @@ CREATE TABLE public.posts (
bump_utc integer NOT NULL, bump_utc integer NOT NULL,
rainbowed boolean NOT NULL, rainbowed boolean NOT NULL,
queened boolean NOT NULL, queened boolean NOT NULL,
sharpened boolean NOT NULL, sharpened boolean NOT NULL
golden boolean NOT NULL
); );

View File

@ -74,7 +74,6 @@ INSERT INTO public.badge_defs VALUES (18, 'Artisan', 'Contributed to site artwor
INSERT INTO public.badge_defs VALUES (181, 'INFECTED', 'This user is a mindless zombie.', 1666073382); 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 (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 (301, '2023 Spooooooky Marsey Artist', 'Contributed a VERY SCARY Marsey for Halloween 2023!', 1695911099);
INSERT INTO public.badge_defs VALUES (302, 'King 👑', 'This user is a KING', 1696433404);
INSERT INTO public.badge_defs VALUES (85, 'Sigma User', '', NULL); 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 (10, 'Bronze Recruiter', 'Recruited 1 friend to join the site', NULL);
INSERT INTO public.badge_defs VALUES (145, 'Amphetamine Aficionado', 'Totally not addicted™', NULL); INSERT INTO public.badge_defs VALUES (145, 'Amphetamine Aficionado', 'Totally not addicted™', NULL);

View File

@ -329,6 +329,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('carpgyarados','Carp',2,'pokemon magikarp'), ('carpgyarados','Carp',2,'pokemon magikarp'),
('carphacker','Carp',2,'computer laptop code'), ('carphacker','Carp',2,'computer laptop code'),
('carphalloweencostume','Carp',2,'marsey spooky trick treat pumpkin october cute'), ('carphalloweencostume','Carp',2,'marsey spooky trick treat pumpkin october cute'),
('carpheadlessfishman','Carp',2,'halloween axe blood pumpkin jackolantern horseman horror sleepyhollow icabodcrane horror'),
('carpheart','Carp',2,'heart'), ('carpheart','Carp',2,'heart'),
('carphearts','Carp',2,'love carpathianflorist fish'), ('carphearts','Carp',2,'love carpathianflorist fish'),
('carphesright','Carp',2,'agree validate'), ('carphesright','Carp',2,'agree validate'),
@ -1390,10 +1391,13 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseybear','Marsey',2,'brian gabby murderer brianna'), ('marseybear','Marsey',2,'brian gabby murderer brianna'),
('marseybear2','Marsey',2,'ursine bear fursona skin animal costume furry fursuit'), ('marseybear2','Marsey',2,'ursine bear fursona skin animal costume furry fursuit'),
('marseybearautism','Marsey',2,'grizzly hat animal sperg'), ('marseybearautism','Marsey',2,'grizzly hat animal sperg'),
('marseybearblanket','Marsey',2,'grizzly sleep yawn cozy'),
('marseybearchad','Marsey',2,'grizzly'), ('marseybearchad','Marsey',2,'grizzly'),
('marseybearmerchant','Marsey',2,'jew animal zog kike yid brian laundrie gabby petito'), ('marseybearmerchant','Marsey',2,'jew animal zog kike yid brian laundrie gabby petito'),
('marseybearrentfree','Marsey',2,'cry seethe cope dilate grizzly'), ('marseybearrentfree','Marsey',2,'cry seethe cope dilate grizzly'),
('marseybearsick','Marsey',2,'ill sick grizzly bottom scarf'), ('marseybearsick','Marsey',2,'ill sick grizzly bottom scarf'),
('marseybearsick2','Marsey',2,'sick honey grizzly ill scarf'),
('marseybearsleep','Marsey',2,'tired grizzly yawn hibernate'),
('marseybeaver','Marsey',2,'canada canuck canadian'), ('marseybeaver','Marsey',2,'canada canuck canadian'),
('marseybedsick','Marsey',2,'illness plague fever pillow'), ('marseybedsick','Marsey',2,'illness plague fever pillow'),
('marseybee','Marsey',2,'bee honey honeybee insect fly honeypot pollinate pollen animated'), ('marseybee','Marsey',2,'bee honey honeybee insect fly honeypot pollinate pollen animated'),
@ -3839,6 +3843,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseystopposting','Marsey',2,'laptop computer internet intervention'), ('marseystopposting','Marsey',2,'laptop computer internet intervention'),
('marseystrawman','Marsey',2,'logical fallacy strawmarsey argument debate hat'), ('marseystrawman','Marsey',2,'logical fallacy strawmarsey argument debate hat'),
('marseystreaky','Marsey',2,'streaky superhero comic cape'), ('marseystreaky','Marsey',2,'streaky superhero comic cape'),
('marseystride','Marsey',2,'walk stride strut approaching 3d lowpoly'),
('marseystrider','Marsey',2,'strider homestuck'), ('marseystrider','Marsey',2,'strider homestuck'),
('marseystroke','Marsey',2,'derp retard reaction stupid drooling'), ('marseystroke','Marsey',2,'derp retard reaction stupid drooling'),
('marseystrong','Marsey',2,'flexing buff muscles'), ('marseystrong','Marsey',2,'flexing buff muscles'),
@ -4145,6 +4150,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseywhiteflag','Marsey',2,'surrender battle french'), ('marseywhiteflag','Marsey',2,'surrender battle french'),
('marseywhitemage','Marsey',2,'magic wizard final fantasy spell video game vidya'), ('marseywhitemage','Marsey',2,'magic wizard final fantasy spell video game vidya'),
('marseywholesome','Marsey',2,'seal award reddit tene'), ('marseywholesome','Marsey',2,'seal award reddit tene'),
('marseywholesomeferal','Marsey',2,'outdoor wild hunt prey kill slaughter psycho eat stalk'),
('marseywholesometrans','Marsey',2,'marsey trans wholesome seal award transgender euphoria euphoric'), ('marseywholesometrans','Marsey',2,'marsey trans wholesome seal award transgender euphoria euphoric'),
('marseywide','Marsey',2,'stretch large fat'), ('marseywide','Marsey',2,'stretch large fat'),
('marseywidow','Marsey',2,'rose black sad tears death funeral dress foid pensive'), ('marseywidow','Marsey',2,'rose black sad tears death funeral dress foid pensive'),