From 9a829643ff7bfd39f008cc2e62377ea90364a040 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Sun, 21 Apr 2024 00:00:19 +0000 Subject: [PATCH] sneed --- schema.sql | 2 +- seed-badges.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index 0e273e01a..e25c9fb74 100644 --- a/schema.sql +++ b/schema.sql @@ -879,7 +879,7 @@ ALTER SEQUENCE public.oauth_apps_id_seq OWNED BY public.oauth_apps.id; CREATE TABLE public.orgies ( type character varying(8) NOT NULL, data character varying(1200) NOT NULL, - title character varying(1000) NOT NULL, + title character varying(40) NOT NULL, created_utc integer NOT NULL, end_utc integer, start_utc integer NOT NULL, diff --git a/seed-badges.sql b/seed-badges.sql index c0dd06ac6..82b28b024 100644 --- a/seed-badges.sql +++ b/seed-badges.sql @@ -142,7 +142,6 @@ INSERT INTO public.badge_defs VALUES (313, 'Zombiechad II', 'Zombified 10 people INSERT INTO public.badge_defs VALUES (323, 'Dramatard of the Year 2023', 'Voted as the best rdrama user of 2023. Congratulations!', 1705457749); INSERT INTO public.badge_defs VALUES (284, 'In Memoriam Theodora', 'When God calls one of His most blessed angels home, the heavens rejoice while we are left behind to weep with the rain.', 1686502188); INSERT INTO public.badge_defs VALUES (292, 'George ''Hard R'' Marsey', 'This user is an rDrama Times Best-Selling Author', 1690462861); -INSERT INTO public.badge_defs VALUES (293, 'Gloriously Girthy', 'This user consumes the FDA recommended amount of sustenance', 1690470720); INSERT INTO public.badge_defs VALUES (203, 'Best rDrama OC 2022', 'The creator or commissioner of the best rDrama original content of 2022, as voted by rDrama users.', 1670627675); INSERT INTO public.badge_defs VALUES (214, 'Master Baiter 2022', 'The cunning mastermind behind the ruse which was voted best rDrama bait of 2022.', 1670719221); INSERT INTO public.badge_defs VALUES (300, 'Gorloj, Galactic High Council', 'This user cloaked /r/UFOs in their heavenly wisdom.', 1694717119); @@ -208,6 +207,7 @@ INSERT INTO public.badge_defs VALUES (68, 'Pause Button', 'Spent 20,000 coins on INSERT INTO public.badge_defs VALUES (74, 'Grass Toucher', 'Awarded for molesting plant life', 0); INSERT INTO public.badge_defs VALUES (76, 'Low Roller', 'Bought 10 lootboxes', 0); INSERT INTO public.badge_defs VALUES (11, 'Silver Recruiter', 'Recruited 10 friends to join the site', 0); +INSERT INTO public.badge_defs VALUES (293, 'Normal Person', 'This user shops at Walmart', 1690470720); INSERT INTO public.badge_defs VALUES (7, 'Bug Chaser', 'Found and reported a bug', 0); INSERT INTO public.badge_defs VALUES (77, 'Middle Roller', 'Bought 50 lootboxes', 0); INSERT INTO public.badge_defs VALUES (78, 'High Roller', 'Bought 150 lootboxes', 0);