diff --git a/files/assets/images/emojis/marseybat2.webp b/files/assets/images/emojis/marseybat2.webp new file mode 100644 index 000000000..ee801c288 Binary files /dev/null and b/files/assets/images/emojis/marseybat2.webp differ diff --git a/files/assets/images/emojis/marseybat3.webp b/files/assets/images/emojis/marseybat3.webp new file mode 100644 index 000000000..38a8c5704 Binary files /dev/null and b/files/assets/images/emojis/marseybat3.webp differ diff --git a/files/assets/images/emojis/marseyblart.webp b/files/assets/images/emojis/marseyblart.webp new file mode 100644 index 000000000..f2d4fb8d4 Binary files /dev/null and b/files/assets/images/emojis/marseyblart.webp differ diff --git a/files/assets/images/rDrama/banners/256.webp b/files/assets/images/rDrama/banners/256.webp new file mode 100644 index 000000000..9b300af5e Binary files /dev/null and b/files/assets/images/rDrama/banners/256.webp differ diff --git a/files/assets/images/rDrama/banners/257.webp b/files/assets/images/rDrama/banners/257.webp new file mode 100644 index 000000000..9287e71fd Binary files /dev/null and b/files/assets/images/rDrama/banners/257.webp differ diff --git a/files/assets/images/rDrama/banners/258.webp b/files/assets/images/rDrama/banners/258.webp new file mode 100644 index 000000000..a76600572 Binary files /dev/null and b/files/assets/images/rDrama/banners/258.webp differ diff --git a/files/assets/images/rDrama/banners/259.webp b/files/assets/images/rDrama/banners/259.webp new file mode 100644 index 000000000..76f07e692 Binary files /dev/null and b/files/assets/images/rDrama/banners/259.webp differ diff --git a/files/assets/images/rDrama/banners/260.webp b/files/assets/images/rDrama/banners/260.webp new file mode 100644 index 000000000..1c74d8203 Binary files /dev/null and b/files/assets/images/rDrama/banners/260.webp differ diff --git a/files/assets/images/rDrama/banners/261.webp b/files/assets/images/rDrama/banners/261.webp new file mode 100644 index 000000000..6f82ec1c0 Binary files /dev/null and b/files/assets/images/rDrama/banners/261.webp differ diff --git a/files/assets/images/rDrama/sidebar/963.webp b/files/assets/images/rDrama/sidebar/963.webp new file mode 100644 index 000000000..07be8a746 Binary files /dev/null and b/files/assets/images/rDrama/sidebar/963.webp differ diff --git a/schema.sql b/schema.sql index eb58fb007..1e3c01a93 100644 --- a/schema.sql +++ b/schema.sql @@ -1004,7 +1004,7 @@ CREATE TABLE public.users ( highres character varying(60), patron integer DEFAULT 0 NOT NULL, controversial boolean DEFAULT false NOT NULL, - background character varying(40), + background character varying(167), verified character varying(100), received_award_count integer DEFAULT 0 NOT NULL, nitter boolean, diff --git a/seed-db.sql b/seed-db.sql index 79f3f2f0f..9c279a4bc 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -199,13 +199,14 @@ INSERT INTO public.badge_defs VALUES (235, 'Thing Enjoyer', 'Awarded for contrib INSERT INTO public.badge_defs VALUES (237, '2 Years Old 🥰🥰', 'This user has wasted TWO WHOLE BUTT YEARS of their life here! Happy birthday!', 1678401489); INSERT INTO public.badge_defs VALUES (238, 'Free Thinker', 'This user thinks for himself and doesn''t need the crowd to tell him what to do 🤓', 1678721294); INSERT INTO public.badge_defs VALUES (239, 'Crowd Follower', 'This user hasn''t had an original thought in his life', 1678721346); +INSERT INTO public.badge_defs VALUES (240, 'dude bussy lmao', 'Posted bussy 🍑', 1678846500); -- -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 239, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 240, true); -- @@ -1378,6 +1379,8 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseybarreldrunk',2,'barrel container beer bar alcohol drunk',NULL), ('marseybased',2,'basado king chiobu redpilled reaction animated',NULL), ('marseybat',2,'bat spooky wings',1671334414), +('marseybat2',2,'bat scary wings flying vampire',1678850193), +('marseybat3',2,'bat scary wings flying vampire',1678850203), ('marseybateman',2,'bret easton ellis serial halloween patrick american psycho killer holiday blood murderer',NULL), ('marseybath',2,'shower tub rubber duck',NULL), ('marseybattered',2,'blackeye domestic violence black eye marseyismywaifu bardfinn steve akins penny beaten bruised housewife',NULL), @@ -1453,6 +1456,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseyblackmage',2,'magic wizard final fantasy spell video game vidya evil',NULL), ('marseyblackpanther',2,'marvel costume super hero we wuz wakanda capeshit africa',1678238507), ('marseyblackphillip',2,'goat witch vvitch satanic halloween horror',1666257171), +('marseyblart',2,'mall cop mallcop paul blart authority segwey segway segue security guard',1678843995), ('marseyblep',2,'tongue cute smile sweet',1665456875), ('marseyblep2',2,'blep smile tongue cute sweet',1665456914), ('marseyblep3',2,'tongue cute sweet wholesome smile',1665457366),