sneed
parent
d8c101b052
commit
8babb55ea5
|
@ -320,6 +320,7 @@ INSERT INTO public.hat_defs VALUES (807, 'The Capy', 'You''re the chosen one! No
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
INSERT INTO public.hat_defs VALUES (92, 'Top Hat (black)', 'Traditional. Classy. Elegant.', 2, 500, NULL, 1662167687);
|
||||
|
@ -1072,7 +1073,7 @@ INSERT INTO public.hat_defs VALUES (504, 'Iron Crown of Lombardy', 'This isn''t
|
|||
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
SELECT pg_catalog.setval('public.hat_defs_id_seq', 964, true);
|
||||
SELECT pg_catalog.setval('public.hat_defs_id_seq', 965, true);
|
||||
|
||||
|
||||
--
|
||||
|
@ -1245,6 +1246,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
|
|||
('marseybeekeeper',2,'bee beekeeper honey honeybee insect honeypot apiary apiculture pollinate pollen',NULL),
|
||||
('marseybeggar',2,'poor busking panhandler gofundme busker',NULL),
|
||||
('marseybegging',2,'pls plz pleading reaction tears in eyes animated',NULL),
|
||||
('marseybegoneprot',2,'tooka cross christian catholic orthodox protestant begone religion holy pepe apu peepo demon exorcise',1665684007),
|
||||
('marseybegonethot',2,'pepe apu peepo begon thot cross demon exorcise slut whore',NULL),
|
||||
('marseyben10',2,'ten anime cartoon lawlz',NULL),
|
||||
('marseybestfriends',2,'snoo reddit alien slice kill kys stab blood wpd',NULL),
|
||||
|
|
Loading…
Reference in New Issue