From f85bc0ad82b9e71af9d162d8fc94a4c5351f8c1f Mon Sep 17 00:00:00 2001 From: SneedBot Date: Mon, 23 Jan 2023 12:00:07 +0000 Subject: [PATCH] sneed --- seed-db.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed-db.sql b/seed-db.sql index 4ad2b1a98..3a8b26c18 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -336,6 +336,7 @@ INSERT INTO public.hat_defs VALUES (807, 'The Capy', 'You''re the chosen one! No INSERT INTO public.hat_defs VALUES (1007, 'Red Halloween Mask', 'Worth a month’s rent, or just being a Top 10 Gigavaxxer or Zigger during Homoween 2022.', 2, 0, NULL, 1667274742); INSERT INTO public.hat_defs VALUES (1000, 'BADASS DAD', 'A hat for the BADASS dads!', 2, 500, NULL, 1667083950); INSERT INTO public.hat_defs VALUES (1005, 'The BIRD', 'FUCK YOU, FUCK YOU, ANDDDDDD FUCK YOUUUUUUUUUUUUU', 2, 500, NULL, 1667084316); + INSERT INTO public.hat_defs VALUES (965, 'FDJ', '"Jetzt bin ich ein Freier Deutsche Jugendfunktionär"', 2, 500, NULL, 1665686729); INSERT INTO public.hat_defs VALUES (969, 'Elite Pedo Sniper', 'The shemagh gives you +10 accuracy', 2, 500, NULL, 1665817338); INSERT INTO public.hat_defs VALUES (933, 'Rascal', 'See this person 3 times and they have to give you something-Minecraft MV22', 2, 500, NULL, 1665434625); @@ -1218,7 +1219,7 @@ INSERT INTO public.hat_defs VALUES (911, 'Racecar Hat', 'I sleep in a hat with m -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1139, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1140, true); --