diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 767b34b488..af45323920 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 364, + 'css/main.css': 365, 'css/4chan.css': 61, 'css/classic.css': 61, diff --git a/schema.sql b/schema.sql index 9c797969cf..3073a565d2 100644 --- a/schema.sql +++ b/schema.sql @@ -2065,6 +2065,8 @@ COPY public.badge_defs (id, name, description) FROM stdin; 139 Kristallmopt This user was fired from a volunteer position 140 Y'all Seein' Eye Gets notified when other sites talk about us 141 Marsey Typographer For substantial and exceptional contributions to Marsey Alphabet. +142 Punching Down This user mogs incels. +143 Marsey God Contributed 100 (or more!!!!) Marsey emojis ✨😻 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2168,7 +2170,7 @@ COPY public.badge_defs (id, name, description) FROM stdin; -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 141, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 143, true); --